web query and javascript created table

jaekma

New Member
Joined
Jan 8, 2015
Messages
31
This is a long shot I'm sure but i'm writing a query for a website that places the table content via javascript. so if i go the page the data isnt there until you fill out the form.

Anyway. I got the url that will work with the parameters i need but excel will not import the javascript table. even though when i past the created URL in the browser it pulls it up fine.

The project:
I have a list of cities with their latitudes and longitudes. I am using these as parameters to search the website:
Code:
[URL]http://windspeed.atcouncil.org/[/URL]
for example:

City, StateZipLatitudeLongitude
Abingdon, MD2101039.4622357-76.2772223

<tbody>
</tbody>

I am using the following URL for the query:
Code:
http://windspeed.atcouncil.org/domains/atcwindspeed/process/index.php?option=com_content&view=article&id=10&dec=1&latt=[B][][/B]&longt=[B][][/B]&risk_category_i=rc1&risk_category_ii=rc2&risk_category_iii=rc3&mir10&mri25&mri50&mri100&asce705&asce793&zoom=4&maptype=none

This works when i sent the proper parameters and post it in the browser but when i use it in a query in excel it wont import the javascript created data.

Is there a way to tell excel to import the javascript created table as well?
 
Last edited:

Excel Facts

Copy PDF to Excel
Select data in PDF. Paste to Microsoft Word. Copy from Word and paste to Excel.
You might consider having a second parameter to tell the output to be plain text with tab delimited data. Give that shot and see if it pulls in like you need.
 
Upvote 0

Forum statistics

Threads
1,217,210
Messages
6,135,205
Members
449,918
Latest member
Default1101

We've detected that you are using an adblocker.

We have a great community of people providing Excel help here, but the hosting costs are enormous. You can help keep this site running by allowing ads on MrExcel.com.
Allow Ads at MrExcel

Which adblocker are you using?

Disable AdBlock

Follow these easy steps to disable AdBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the icon in the browser’s toolbar.
2)Click on the "Pause on this site" option.
Go back

Disable AdBlock Plus

Follow these easy steps to disable AdBlock Plus

1)Click on the icon in the browser’s toolbar.
2)Click on the toggle to disable it for "mrexcel.com".
Go back

Disable uBlock Origin

Follow these easy steps to disable uBlock Origin

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back

Disable uBlock

Follow these easy steps to disable uBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back
Back
Top