richnice Posted September 1, 2010 Share Posted September 1, 2010 I am having a hard time converting the FFA Scripts 3.0 files from Softopedia to a Linked Web Page Recorder. I imagine using frames to submit page URL after page URL, and perhaps even PDF images, to an old Coblat RAQ. Heres the jist, I did some of the organization (Even started and Open Standards Treasury Databanking foundation) , and am having a hard time getting a URL cross read from a frame set WWW browsing area with a toolbar, and posted in. <script type="text/javascript"> function URLString() { document.forms["form1"].URL.text = document.getElementById("linkingframe").src } </script> ... <input type="text" size="255" name="URL"> ... <head> <meta content="text/html; charset=utf-8" http-equiv="Content-Type" /> <title>Free for Linking by Rich</title> </head> <body> <frameset rows="235,500"> <frame id="header" src="header.html"> <frame id="linkingframe" src="body.html"> </frameset> </body> </html> Link to comment https://forums.phpfreaks.com/topic/212286-f-f-a-linked-web-page-frameset-scripting-error/ Share on other sites More sharing options...
Adam Posted September 2, 2010 Share Posted September 2, 2010 document.forms["form1"].URL.text = document.getElementById("linkingframe").src .text isn't a valid property. Do you mean .value? Link to comment https://forums.phpfreaks.com/topic/212286-f-f-a-linked-web-page-frameset-scripting-error/#findComment-1106396 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.