HTML - How Do I Make A Text Box That Navigates A Frame To The Website You Put In The Textbox
HELP ME!
I want to make a text box that navigates a frame on the same page to the website you put into the text box, for example Textbox>>> [http://www.example.com] {ENTER} Then the Frame (called 'Browser' goes to that page) How Do You Do This PLEASE HELP ME! Thank You Josh Robertson Similar TutorialsHi, I am trying to work out a form i.e. user was to choose from a "Yes/No" drop-down option. For example if user was to choose "NO", nothing will happen, BUT if user was to choose "YES" option, a text box will appear next to the field to allow user to enter some information. Can this be done? My code is below. Thanks HTML Code: <tr> <td bgcolor="#eeeeff"> Is it a shared device?<br> <font color='#F62817'>** If yes, please indicate the shared device </font> </td> <td bgcolor="#eeeeff"> <SELECT name="shared"> <option value="No"SELECTED>No</option> <option value="Yes">Yes</option> <INPUT type = "TEXT" name = "shared_remark" value = "NIL"> </td></tr> I tried to search and google, but I don't really know what to search for... Im looking for some code on how to put a black border/frame around the content on my landingpage... can someone help me? Thanks for your time! I'm setting up an online scheduling calendar, but for people to set appointments they have to click a link that takes them out of my site. Is it possible to frame in the other site so they stay on my page? Hello, I kinda new to advanced web coding. I have a question: On my website, I want to make a button. When you click on it, it will pop-up with a frame (It would help if it's an iFrame, from an other HTML document). The frame should dim/gray out the background site. A perfect example would be one on those really annoying website content lockers, that make you complete some scam thing such as sign up for something, or complete a survey, but mine will open from a button, and will have a close box. An other not so perfect example is lightbox, how it open a frame, and greys out the background site. Anyways, In that frame will be an image gallery. It will use lightbox. Since this frame will cover about 90% of the screen (centered), lightbox will still open just in the covering frame. I would really appreciate some advice, or even better, a tutorial or link to one. Thanks in advanced, everybody! P.S. The frame doesn't need any kind of great graphics like how lightbox resizes itself. Oye, I am trying to complete this teeny photo album I've been working on ... and I just about completed .. when I tested the Site in various browsers (mozilla, Explorer 8, Safari, Google Chrome) ... i noticed one of the frames is not showing in Google Chrome. How odd? here is the site: xxx There are three teeny shaded squares in a frame that is designated a height of 70 pixels and a width of i believe 100% ... it is visible on Mozilla, Explorer, Safari ... any ideas? is my source code screwy? Thanks! Hi there, I have a quick and simple terminology question. what is the name given to the "helper text" that I've seen on some websites alongside textboxes to help you fill them in? They are present at: https://twitter.com/signup if you click on any of the fields. Secondly, I see twitter does this using tables - which everyone seems to hate for layout. What is a better way of doing this? I assume that you fire some javascript when the textbox is active etc. But how do you get the textbox styled and floating on the right? Cheers, J Hi everybody, I have a textbox and I want the text of that textbox display in a div. I want the text in the div to be updated as the user writes in the textbox. I hope this makes sense, I have searched everywhere and I have no idea on how to get it working, please help me out here. I also want this to work when the textbox is set to disabled. Thanks hi, i am developing a chat application. i want my chat text area shows bold text,text in different colors. basically i want my text area html tag compatible. how could i do so?. now if give bold text <b>here is text</b> the text area is also showing <b> tags. not the bold text. any help? Thanks R Hi all, I don't exactly know what to call it, apart from the explanation to what I want to do. Basically, I have a HTML page. On their, I have a text box and a search button and some text in a table. What I want to do is, when typing something in the box, clicking search will then jump to a part of the page and 'highlight' what is typed into the box. Ideally, the page will run in either HTML but I can use ASP. Unfortunately I cannot use PHP. Could anyone please help or give me some advise on this? Hello. Im beginner in html. I have icon and when i click on it, a link will open. I would allso like to do this: when mouse is on the icon - a textbox will appear with a text "NEW product!". The Textpox shoud not be any larger that the text itself and i like to know how to position the textbox. I hope it should be simple. Can someone please give me an example code? Thank u! Hi, whenever I use a website called 'spy Omegle', I want to have a javascript file that types in whatever question I tell it to type in. the source code for this page is below: Code: <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Frameset//EN" "http://www.w3.org/TR/html4/frameset.dtd"> <html> <head> <title>Omegle</title> <meta http-equiv="X-UA-Compatible" content="IE=edge"> <link rel="icon" type="image/png" href="/static/favicon.png"> <script type="text/javascript"> var splitDomain=document.domain.split(".");if(splitDomain.length>1){document.domain=splitDomain[splitDomain.length-2]+"."+splitDomain[splitDomain.length-1]}var flashingTimeout=null;function isFlashing(){return flashingTimeout!==null}function startFlashing(){if(isFlashing()){return}flashing=true;var b=[["___Omegle___","/static/favicon.png"],["\xAF\xAF\xAFOmegle\xAF\xAF\xAF","/static/altfavicon.png"]];function a(){var c=b.pop();document.title=c[0];setFavicon(c[1]);b.unshift(c);flashingTimeout=setTimeout(a,500)}a()}function stopFlashing(){if(!isFlashing()){return}clearTimeout(flashingTimeout);flashingTimeout=null;document.title="Omegle";setFavicon("/static/favicon.png")}function setFavicon(b){var a=document.getElementsByTagName("link");for(var c=0;c<a.length;c++){if(a[c].rel==="icon"){a[c].href=b;return}}var d=document.createElement("link");d.rel="icon";d.type="image/png";d.href=b;document.getElementsByTagName("head").appendChild(d)}; var _gaq = _gaq || []; _gaq.push(['_setAccount', 'UA-1307731-4']); _gaq.push(['_trackPageview']); (function() { var ga = document.createElement('script'); ga.type = 'text/javascript'; ga.async = true; ga.src = ('https:' == document.location.protocol ? 'https://ssl' : 'http://www') + '.google-analytics.com/ga.js'; var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(ga, s); })(); </script> </head> <!-- Yes, I'm using frames as a load balancing measure. Yes, I know this is horrible, insane, absurd, ridiculous, stupid, and broken. It's just a temporary stop-gap measure, though. --> <frameset cols="100%"> <frame src="http://odo-bucket.omegle.com/"> </frameset> </html> this should not be hard if im not mistaken I would just change the text for it to type in the html file, the website does not need to be opned aswell when the html file is launched i would obvioustly learn HTML but i don have time at the present because of college work,etc for reference: the page is at www.omegle.com then click 'spy mode' and you will get a textbox on the page i want the file to return the question in a loop because it saves clicking the file all the time Okay, there are probably a bunch of threads on this, but I do not know what to search for it. What I am looking for is for my website, an iPhone version of a site, to start at the topleft instead of having the little indent type thing. I did width="100%" but it just doesn't want to work. Here is my test page http://iphone.auditoriumcrew.webuda.com/test.php where you can see it has the spacing at the top, left, and right. Here is the actual site, or what will be the actual site: http://iphone.auditoriumcrew.webuda.com/ All help appreciated, Alex Hi everyone, I have my own wordpress blog. I would like to make a website using wordpress, like http://lotusleaf.ca/ or http://iheartdaily.com/. I have no idea how to take a theme and make it look like a website. can someone please give me tips or point me to a tutorial? I already know how to install wordpress onto my server, and how to use plugins, etc. Thank you and sorry if this is in the wrong forum! Three things: 1. How to I make website template? 2. Do I need a specific program? 3. How do I use it with html? Hi I am trying to make a html page where I have 3 swf files which I would to be shown randomly when you refresh the page. However I can't get the code to work. I have tried to delete the javascript part and then the movies are being shown - but not in the right way. And when the javascript is there no movies are shown. I would really appreciate if someone could help me! Thanks! Code: <html> <head> <title>Untitled Document</title> <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1"> </head> </body> <script language="JavaScript"> // Generate a Random Number var randomnumber = Math.round(Math.random()*3); // Select a movie and execute the corresponding function if (randomnumber == 1) {movie1();} else if (randomnumber == 2) {movie2();} else {movie3();} // Functions to write out the correct flash movie resource. function movie1(){ document.write("<object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=7,0,19,0" width="600" height="233"> <param name="movie" value="http://www.wiseentertainment.dk/quizformoney/Interstitials/lobby.swf" /> <param name="quality" value="high" /> <embed src="http://www.wiseentertainment.dk/quizformoney/Interstitials/lobby.swf" quality="high" pluginspage="http://www.macromedia.com/go/getflashplayer" type="application/x-shockwave-flash" width="600" height="233"></embed> </object>") } function movie2(){ document.write("<object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=7,0,19,0" width="600" height="233"> <param name="movie" value="http://www.wiseentertainment.dk/quizformoney/Interstitials/deposit.swf" /> <param name="quality" value="high" /> <embed src="http://www.wiseentertainment.dk/quizformoney/Interstitials/deposit.swf" quality="high" pluginspage="http://www.macromedia.com/go/getflashplayer" type="application/x-shockwave-flash" width="600" height="233"></embed> </object>") } function movie3(){ document.write("<object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=7,0,19,0" width="600" height="233"> <param name="movie" value="http://www.wiseentertainment.dk/quizformoney/Interstitials/lobby.swf" /> <param name="quality" value="high" /> <embed src="http://www.wiseentertainment.dk/quizformoney/Interstitials/lobby.swf" quality="high" pluginspage="http://www.macromedia.com/go/getflashplayer" type="application/x-shockwave-flash" width="600" height="233"></embed> </object>") } </script> </html> Hi tell me if it's not the right place to post this question but I would like to know how to make my website look the same in all screen resolutions and for all browsers. Right now it looks fine in the 800x600 and 1024x768 resolutions for all the major browsers but when I view it with a 1366x768 resolution all the pages are skewed to the left in firefox and only some pages are centered in IE8. Here's the site : http://www.lost-vision.com/ Code for the "contact me" page that isn't centered in both browsers in 1366x768 resolution : Code: <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"> <html xmlns="http://www.w3.org/1999/xhtml" lang="en" xml:lang="en"> <head> <meta http-equiv="X-UA-Compatible" content="IE=EmulateIE7"/> <meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> <meta name="description" content="Your description goes here" /> <meta name="keywords" content="your,keywords,goes,here" /> <meta name="author" content="Your Name" /> <link rel="shortcut icon" href="img/favicon.ico"> <link rel="stylesheet" type="text/css" href="andreas06.css" title="andreas06" media="screen,projection" /> <title>Contact Me</title> <style type="text/css"> <!-- body { background-color: #191919; margin:0 auto; padding-left: 11.2%; padding-right: 11.2%; } --> </style></head> <body> <div align="center"> <div id="container"> <a id="top"></a><p class="hide">Skip to: <a href="#nav">site menu</a> | <a href="#leftside">section menu</a> | <a href="#content">main content</a></p> <div id="sitename"> <h1> </h1> </div> <div id="nav"> <ul> <li><a href="index.html">Home</a></li> <li><a href="affiliates.html">Links</a></li> <li><a href="contact.html">Contact me</a></li> <li><a href="empty.html"> </a></li> </ul> <p class="hide"><a href="#top">Back to top</a></p> </div> <div id="wrap1"> <div id="wrap2"> <div id="leftside"> <p class="soft"> </p> <p class="soft"> </p> <p class="soft"> </p> <p><!-- Begin ShoutMix - http://www.shoutmix.com --> <iframe title="shoutbox_balistik" src="http://www6.shoutmix.com/?shoutbox_balistik" width="140" height="400" frameborder="0" scrolling="auto"> <a href="http://www6.shoutmix.com/?shoutbox_balistik">View shoutbox</a> </iframe> <!-- End ShoutMix --></p> </div> <div id="content"> <h1> </h1> <p><strong>E-mail:</strong></p> <p> <a href="mailto:maitre_mechant@msn.com">maitre_mechant@msn.com</a></p> <p><a href="mailto:balistik94@gmail.com">balistik94@gmail.com</a></p> <p> </p> <p><strong>On other sites:</strong></p> <p><a href="http://balistik94.livejournal.com/">LiveJournal</a></p> <p><a href="http://www.youtube.com/user/balistik94">Youtube</a></p> <p> </p> <p> </p> <p> </p> <p> </p> <p> </p> <p> </p> <p> </p> <p> </p> <p> </p> <p> </p> <p> </p> <p> </p> <p> </p> <p> </p> <p class="intro center"> </p> <p class="intro center"> </p> <p class="hide"><a href="#top">Back to top</a></p> </div> </div> </div> </div> </div> </body> </html> Thanks in advance for your help. Hi all , I am kind of new to HTML, MHTML & Dreamweaver. I know the basics.... How to make this sort of a website .. http://www.keen.com/details/Spirited...nships/1205476 I mean what she has done in the red, green and pink part. I know how to create a website ...but how to make such a thing and post it in a website as profile. After I make the website in Dreamweaver should I save it as HTML or MHTML ? Also this is the web where i wd post it ( see attached pic ) ....now shd i post the source script from dreamweaver after i make the website ?? what i confused is , after i post only the script in the Describe your service area ( see pic ) ...wont it look for the source files, i mean the jpgs, gifs, mid etc etc ... I wd be thankful if someone can guide me on this .... Thanks Amlan My HTML knowledge is limited as I am a new to the web design world. From 1-10 of my knowledge of HTML I would say I am at a 6. I have recently created a website using Dreamweaver CS5 and I would like to know how can I control cacheing on my website? I googled this but I dont know how to implement it. I would like people to cache my page so the next page they go on will load faster but I do want to update content once a week. How can I do this? thank you. I would like to make a myspace editor for my website so my useres can make myspace backgrounds and graphics, but do not know how to go about doing that. does anybody know of any websites that will let you perhaps embed one of their myspace editors into your website ive done it now nvm, google ftw |