What happened to the Messenger Plus! forums on msghelp.net?
Shoutbox » MsgHelp Archive » Skype & Technology » Tech Talk » Can't think of a title so just read! :P

Can't think of a title so just read! :P
Author: Message:
ayjay
Senior Member
****

Avatar

Posts: 850
Reputation: 58
– / Male / Flag
Joined: Mar 2004
O.P. Tongue  Can't think of a title so just read! :P
Fair afternoon to thee.

I was just wondering if to have an input jobby which you can type an address into then have it open in an iframe on the same page it would have to be PHP or if I could use HTML.

Danke!

BTW, I don't want any posh interface type jobby, just a good old ugly box :D

This post was edited on 09-08-2005 at 03:34 PM by ayjay.
09-08-2005 03:30 PM
Profile PM Find Quote Report
L. Coyote
Senior Member
****

Avatar
Captain Obvious

Posts: 981
Reputation: 49
38 / Male / Flag
Joined: Aug 2004
Status: Away
RE: Can't think of a title so just read! :P
Here is something in plain HTML with a bit of JavaScript. Just tested in FF and works fine.

(If I understood you correctly :tongue:)

code:
<html>
<body>
<form name="form1" target="ifr">
<input type="text" name="surl" size="40" /><br />
<input type="button" value="Open" onClick="document.getElementById('ifr').src=document.form1.surl.value" /></form>
<iframe id="ifr" width="100%" height="100%" frameborder="1"></iframe>
</body>
</html>

This post was edited on 09-08-2005 at 03:53 PM by L. Coyote.

Hack, hack, hack!
Finally became a Systems Analyst! :spam:

09-08-2005 03:51 PM
Profile PM Find Quote Report
KeyStorm
Elite Member
*****

Avatar
Inn-sewer-ants-pollie-sea

Posts: 2156
Reputation: 45
38 / Male / –
Joined: Jan 2003
RE: Can't think of a title so just read! :P
May it be... Cosmo Framer.?

Edit: yes, the old and mighty.

This post was edited on 09-08-2005 at 03:55 PM by KeyStorm.
09-08-2005 03:54 PM
Profile E-Mail PM Web Find Quote Report
ayjay
Senior Member
****

Avatar

Posts: 850
Reputation: 58
– / Male / Flag
Joined: Mar 2004
O.P. RE: Can't think of a title so just read! :P
quote:
Originally posted by Leo
Here is something in plain HTML with a bit of JavaScript. Just tested in FF and works fine...

Perfect :D

Thanks :)

(btw keystorm, thanks but i was aiming to make one, not use an existing one :))
09-08-2005 04:12 PM
Profile PM Find Quote Report
« Next Oldest Return to Top Next Newest »


Threaded Mode | Linear Mode
View a Printable Version
Send this Thread to a Friend
Subscribe | Add to Favorites
Rate This Thread:

Forum Jump:

Forum Rules:
You cannot post new threads
You cannot post replies
You cannot post attachments
You can edit your posts
HTML is Off
myCode is On
Smilies are On
[img] Code is On