Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations strongm on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Info retrieval from html page 1

Status
Not open for further replies.

BigToeCat

Programmer
Oct 12, 2003
6
GB
The script below opens a new window to display statistics for the day when I click on a hyperlink on the main page. My question is how do I automate this so that I don't have to click the hyperlink - it will do it for me - sequentially increasing the wmm_rid no.

javascript:OpenWindowNew('
Please note I have no programming control over the web site - only a user account.

I hope this makes sense and thank you in advance.
 
Seeing as how you have no programming control, then the only real option for you is to make a small HTML page that opens this window as a part of its onLoad event, save that file to your local PC and set that file as your starting page in your browser.

Cheers,


[monkey] Edward [monkey]

"Cut a hole in the door. Hang a flap. Criminy, why didn't I think of this earlier?!" -- inventor of the cat door
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top