AppleZapple
New Member
- Joined
- Feb 29, 2016
- Messages
- 7
Hi all
I'm trying to build a macro code in VBA that would open IE and access certain data with the code.
However, the website i'm working on is within an intranet and i couldn't work on the code while back at my personal desktop.
Im asking for your help if you know of any websites that you can introduce that uses javascript to load different parts of the website? For instance, if i click on "About Us" on the link, the webpage will not be re-directed to a HTML page (eg. http://www.website.com/aboutus.html). Instead, it will just be a javascript (eg. /aboutus.jsp).. i dont know what is this method called. It will be great if you can share with me too!
Im facing a problem because if i direct my code to (eg. http://www.website.com/aboutus.jsp), only the page will appear, but not the HTML portion of the page. Im finding for a page similar to this so that i can test my macro codes!
Thanks!
I'm trying to build a macro code in VBA that would open IE and access certain data with the code.
However, the website i'm working on is within an intranet and i couldn't work on the code while back at my personal desktop.
Im asking for your help if you know of any websites that you can introduce that uses javascript to load different parts of the website? For instance, if i click on "About Us" on the link, the webpage will not be re-directed to a HTML page (eg. http://www.website.com/aboutus.html). Instead, it will just be a javascript (eg. /aboutus.jsp).. i dont know what is this method called. It will be great if you can share with me too!
Im facing a problem because if i direct my code to (eg. http://www.website.com/aboutus.jsp), only the page will appear, but not the HTML portion of the page. Im finding for a page similar to this so that i can test my macro codes!
Thanks!