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> Quote Link to comment 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? Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.