View Single Post
Old 10-03-2012, 06:34 PM   PM User | #1
SpongeRob
New Coder

 
Join Date: Mar 2012
Location: North West
Posts: 14
Thanks: 6
Thanked 0 Times in 0 Posts
SpongeRob is an unknown quantity at this point
Lightbulb errrr I'm trying to...

OK, I've been at this for a while now and I've been Googling so much that I've seen the first four or five pages of search results for a number of different search terms. My eyes are now turning square and frankly it's time for me to ask for help please!

What I want to do is to write a plain text file containing a websites URL. Then I want to be able to load the site mentioned in the text file in a new tab using my non default browser (Firefox). The problem is that I am using FRAMES and I'm punching above my weight.

Here's my current script:

Code:
<frameset rows="98,*" frameborder="no" border="0" framespacing="0">
  <frame src="PageA.html" scrolling="No" noresize="noresize" id="topFrame"  />
  <frame src="url.txt" id="mainFrame"  />
</frameset>
Obviously once loaded the top frame is fine and the main frame only contains the contents of the URL.txt file

So how do I change/rewrite my script to do what I want please?

Please help me, thank-you in advance.

Last edited by SpongeRob; 10-03-2012 at 06:35 PM.. Reason: Changed Quote to Code
SpongeRob is offline   Reply With Quote