HTML - Showing Input On *next* Page ??
Hi:
I've designed a Registration Page for the new users of my site. When my new user enters a bunch of registration information (into my Reg Page) , *but* makes an error, I then wish to re-issue this Reg Page with all the info he/she entered for corrections, instead of just re-issuing the 'blank' Reg Page. I understand cookies can do this (?) -- but I know minimal about their use. Also, I am able to use my CGI program (its written in a superset of C and has great string-processing functions) and edit a copy of the reg page and place all submitted data back into the appropriate fields of the reg page -- But this is an *onerous* task. Question: Is there a *classic* way I should be doing this replacement task ? Or is there a different method that I could try. Thanks, -Mel Smith Similar TutorialsThis works fine in firefox but IE has one of the boxes cut off - help? http://cleanroomconsumables.com/WebLead2_bak2.asp Thanks! Jen P.S. This is NOT a pathetic post to try and drive web traffic either - this isn't the actual URL the page will be. Hi, Does anyone know how to turn keep an image input type as well as keep have the ability that when you hover over the image you have the hand cursor. In addition its using post method to go through. My goal is to do it without using the A HREF or it wont work. Currently doing: <input type="image" src="images/graphics/art" > What I want to do: <input type="image" src="images/graphics/art" onMouseOver="cursor:hand" > Thanks. I'm posting this here, because I have no idea where else to post it, because I have no idea what my problem is... Here's one of the pages I'm having a problem with: http://apple-ss.net/teachers.php In Firefox, the page shows fine, but in IE7 (maybe IE6 too - I don't know) on Win XP, nothing is showing. I've seen this on three different computers. It's fine in IE7 on Vista though... I checked the source, and everything seems fine. I checked the DOM with the IE developer's toolbar, and it shows nothing in the body. On the menu on the left, the second, third and fourth pages have the same problem. I'm baffled. Any ideas what's going on here? Thanks for any help. Hi Team, I placed this html code into my web editor by first uploading and saving the image as a .png file. Here is the code I used: <a href="http://www.awin1.com/cread.php?awinmid=2208&awinaffid=107642&clickref=&p=http%3A%2F%2Fwww.1staudiovisual.co.uk%2Fcatalog% 2Fsamsung-ue46b7020ww-inch-p-7066.html"><img src="1stAudioVisual.png" alt="IstAudioVisual.png" title="Samsung UE46B7020WW" /></a> As you can see I put the img src in the same way that I saved it in my files..When I go to the page it comes up without the image and just says what's written in the alt section How do I get the image to show up? Thanks. Sunil. Hey guys are the images on this page showing up for people: http://www.anotherlookonline.com/content/photo-gallery Thanks for the help! JT Hey guys, I am not sure how to explain this correctly so I hope just seeing it and the page source can help explain it. On this page.. http://www.outdoorescapade.com/hiking.html About 3 quarters of the way down, if you click on the slide panel 'button' under lake louise and smith dorrien, it slides down but the text of 'slide panel' changes to being squished on the right hand side and the list on the left doesn't end where it is suppose to. It is pushed a bit down which I think is what is causing the text in the button to be messed up a little. I've checked it many times and even copied it from the other parts where I have used it on the page but it still does the same thing... Any ideas? Any help would be greatly appreciated. Thanks! I made an html web page using mcrosoft word but i can't seem to figure out why it only shows up as code when i preview it or upload it to the web. Is there a small step im missing? I saved the document as .htm and as .txt and i tried to add doctype but i dont know what else i need to do Thanks for the help in advance Hi, I have a problem with my website. I have been using Firefox as testbrowser when I developed my site, and when IE users open the site it is shown differently. Have a look at these screenshots: http://www.senate.dk/debug/clean_firefox.jpg http://www.senate.dk/debug/clean_internet_exploder.jpg The problem speaks for itself and you can see in the filename which browser was used. Don't mind the white bars, I have just drawn them to hide some information. I use basic html image maps to create the links for the menu, and the problem occurs after these are added. As the website is written in php, the HTML code is generated by the server. These files contains the generated code: http://www.senate.dk/debug/clean_firefox.txt http://www.senate.dk/debug/clean_internet_exploder.txt If you compare the two files, you will find that they are equal, so why does IE not show it correctly when Firefox does? Obviously there must be a bug in my HTML code, but where? Can anyone help? If I know where it is in the HTML file I can correct it in my PHP file. Can someone point me in the right direcction as to why this page of my website does NOT show anymore correctly in Firefox ??! All the other pages of the website seems to show fine !!! http://lasrocasresort.com/diving.html Thanks in advance, Pakal Hello, could somebody help me please?My archive does not show my older posts,I have got WP 2.7.Thanks. Vist My New Celebrity Site I think I have the same problem, I am setting up a site offering bands a personal page on a local music scene website. the band's page is displayed in a frame when I have created a page for the band i want to offer them a url to directly link to their page but still show the entire frameset (index.html) what would this url be or how woul i go about creating it? would really appreciate the help, cheers! Luke I want to display the current page URL in an input box, so users can copy the url from the input box rather than from the adress bar. Kinda like this: HTML Code: <input type="text" readonly="readonly" value=" -PAGE URL AUTOMATICALLY APPEARS HERE- " /> I've seen a code that can display the URL, but it displays as regular text, rather than inside an input box. Secondly, I was wondering if the same thing could be done(in an input box), but the url will be displayed inside of a link- like this: HTML Code: <input type="text" readonly="readonly" value=" <a target='_blank' href='PAGE URL APPEARS AUTOMATICALLY HERE'>Click here!<a> " /> Is this possible to do? Hello All, I am new to this, and not sure if this is the right forum. But, I have a simple web page with drop down menus where I can put values for a calculation. I would like to have the values saved as an input file for a python script that resides on the server. I would like the input file to be created and then the script executed and the output appear as a new page. I have googled this and have come up empty. Can someone point me in the right direction. Thanks, Bryan Hi What is wrong with this, it can't post text only post checkbox <html> <head> </head> <body> <FORM action="http://localhost:8182/items" method="post"> <P> <LABEL for="firstname">First name: </LABEL> <input type="text" value = "Hamada" id="firstname"><BR> <LABEL for="lastname">Last name: </LABEL> <input type="text" value = "I hate my life" id="lastname"><BR> <LABEL for="email">email: </LABEL> <input type="text" id="email" value = "I hate you"><BR> <INPUT type="radio" name="sex" value="Male"> Male<BR> <INPUT type="radio" name="sex" value="Female"> Female<BR> <input type="submit" value="Submit"> <INPUT type="reset"> </P> </FORM> </body> </html> Thanks Ok so here is my issue, i am new to web site design and i have a simple project i would like to work on. I am looking to have an entry box with a simple submit button, then i would like the submissions to be displayed below in the order they are submitted. I would also like to limit the number of submissions that show on the page at a given time by creating multiple pages that can be viewed. This seems like a very simple issue but im having trouble finding solutions on the web. Would inserting a java app or some other secondary tool be better? Any help is appreciated -Matt Hi, I'm a newbie. I would like to know how do I display 2 labels and both inputs in the same row as shown in the attachment like state followed by input field followed by label for zip and followed by input within the same row of table in a form. Thanks in advance yls Visit here and you will notice that right above music licensing, there is a little arrow like this: > My markup is clean, there is no extra closing tag anywhere, its strange. When viewing the source, you will not find it, but in firefox, when you highlight a bit of text around it and click view selection source, this comes up. HTML Code: <h1>Contact</h1> > <table border="0"> <tbody><tr> <td width="375"><h3>Music Licensing</h3> How do I remove it??? I am working on the site rachelsnotary.com and I cannot get the images in 6 of the divs to show up. The other ones all look fine and work fine, but those couple dont work in IE (they do work in firefox though). Any advice? Its probably best to look at the site to see what I am talking about. thanks in advance! |