Nov 15, 2006 #1 colore Technical User Joined Nov 15, 2006 Messages 4 Location GR hello some websites have a list of javascript links, eg: javascript:Link(8); javascript:Link(9); etc is there a way to get the list of the real links? thanks
hello some websites have a list of javascript links, eg: javascript:Link(8); javascript:Link(9); etc is there a way to get the list of the real links? thanks
Nov 15, 2006 #2 BillyRayPreachersSon Programmer Joined Dec 8, 2003 Messages 17,047 Location GB Yes - view the page source and work it out from the JS in the page (most likely by finding the "Link" function). Dan Coedit Limited - Delivering standards compliant, accessible web solutions [tt]Dan's Page [blue]@[/blue] Code Couch http://www.codecouch.com/dan/[/tt] Upvote 0 Downvote
Yes - view the page source and work it out from the JS in the page (most likely by finding the "Link" function). Dan Coedit Limited - Delivering standards compliant, accessible web solutions [tt]Dan's Page [blue]@[/blue] Code Couch http://www.codecouch.com/dan/[/tt]