-
html javascript address bar help
This is the code that I'm working with:
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
<style>body,table,input,select,textarea,div {font-family:tahoma;font-size:8pt}</style>
<!--</head>-->
<!--<body>-->
<form name="login">
<p dir="rtl" align="left">
<input type="text" name="js4ir" size="14">
<input type="button" value="Go" onClick="Login(this.form)">
<script language="JavaScript" link="www.js4ir.com">
function Login(form) {
var js4ir = form.js4ir.value;
if (js4ir) {
var site = "http://" + js4ir; window.location = site;}
else {alert("Please enter your adress");}}
</script>
<br><a target="_blank" href="http://www.javascriptfreecode.com">
<span style="text-decoration: none">eg:www.javascriptfreecode.com</span></a>
</p>
</form>
I'm having trouble editing it so that it will open the web pages in an iframe. How would I do this?
Thread Information
Users Browsing this Thread
There are currently 1 users browsing this thread. (0 members and 1 guests)
Tags for this Thread
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
Forum Rules
|
|
Bookmarks