Jump to content

martemelon

Members
  • Posts

    45
  • Joined

  • Last visited

Posts posted by martemelon

  1. I just created a popup window. And I want to have a link in the bottomof it there it will be written "Close!" (Just in norwegian offcourse!), andwhen you click on it, the popup window will close.. But how? :) Well, I hope someone can answer me on this one! :)

  2. Well it will display correctly if that is what you mean. You are not processing the form so I don't know if you will do it right or not :)I assume you put in ##### for hte name because you didn't want us to see the real name???As long as all radio buttons that belong to the same question have hte same name you will be fine.

    Well, one thing that I don't understand that could be right is:
    <input type="radio" name="######" value="female">

    Why is "female" written there? It sound like a really dumb question. I found the code at W3Schools' site.And.. what is supposed to be written insteed of ######? Actually, something was written there, but when I pasted the code in here, it disappeared,I hope that someone understood..

  3. Hi! I need a little help.. I want to make a test with radiobuttons,but I don't know if I'm doing it right..It's a little messy. But is this right?

    <Font face="Trebuchet MS" size=2 color=black>Er du en satanist? Eller er du ikke sikker?<br>Ta denne testen, så finner du svaret!</br><form><b>Du holder på å ta på sort neglelakk på neglene, plutselig<br>er det ikke mer igjen! Hva gjør du? Du..</b><br><input type="radio" name="######" value="male">..løper alt du har ned til nærmeste butikk, du snubler en del ganger på grunn<br>av all sjettingen som henger i buksa di. Hva gjør du vel ikke for sort neglelakk?<br><input type="radio" name="######" value="female">..finner bare fram en tusj, ingen ser forskjell!<br><input type="radio" name="######" value="female">..henter neglelakkjferneren og fjerner like så godt neglelakken, du ble<br>jo ikke ferdig! Dessuten er ikke sort akkurat din favoritt farge!<br><br><br><br></form><form><b>Du holder på å ta på sort neglelakk på neglene, plutselig<br>er det ikke mer igjen! Hva gjør du? Du..</b><br><input type="radio" name="######" value="male">..løper alt du har ned til nærmeste butikk, du snubler en del ganger på grunn<br>av all sjettingen som henger i buksa di. Hva gjør du vel ikke for sort neglelakk?<br><input type="radio" name="######" value="female">..finner bare fram en tusj, ingen ser forskjell!<br><input type="radio" name="######" value="female">..henter neglelakkjferneren og fjerner like så godt neglelakken, du ble<br>jo ikke ferdig! Dessuten er ikke sort akkurat din favoritt farge!<br><br><input type ="submit" value ="Submit"></br></form>

    I hope someone can help me! Thank you!

  4. Okay! I found a "forms" code on W3schools, and I would test it.But when I clicked on "submit", it didn't send the "form".A "warning-window/popup thing" did show on the screen.The code is:

    <html><body><form action="MAILTO:marte_melon@hotmail.com" method="post" enctype="text/plain"><font face="Trebuchet MS" size=2 color=black>Navn:<br><input type="text" name="name"value="" size="25"><br>Mail:<br><input type="text" name="mail"value="" size="25"><br><label for="tekstområde">Din kommentar: </label><br><textarea id="tekstområde" rows="6" cols="21"></textarea><br><br><input type="submit" value="Send"><input type="reset" value="Nullstill"></form></body></html>

    I hope someone can help me! :)

  5. I have always wondered how to get an icon "there",and I want to try it. But you, Scott, said:- Now, add your own customized icon to every catalog on your web site (remember the root catalog).What/Where is the (root) catalog?

  6. gray is what to take out, red put in.LGEdit:you can also put left or right in the red code instead of center.  or leave it out.

    I tried what you said, but it didn't work ..Now the code is:
    <html><table border="0"><tr><td><a href ="index.html" target ="showframe">Enter</a><br><a href ="hovedside.html" target ="showframe">Velkommen</a><br><a href ="testeside.htm" target ="showframe">Testeside</a></td><td><iframe src="hovedside.html" style="border:1px black solid; text-align:left;" name="showframe" scrolling="yes" frameborder="no" height = "400px" width = "450px"></iframe></td></tr></table></html>

    What is wrong?

  7. hi martei need some more clarification regarding your issue.can u provide some details regarding the type of navigation you require?you can try this..<frame to frame navigation><jump to section with frame navigation><iframe navigation>if u can give details..i will send you the sample in accordence to that....icecold_coffee4u@yahoo.co.in

    Thanks for your attention. But I posted this topic two timesby a mistake. So, now I have another problem.. ;-P
  8. in the style attribute of the frame add this:
    text-align:center;

    LG

    I'm not very good in this kind of things,where do I put it?Here are the code it shall be putted into:
    <html><table border="0"><tr><td><a href ="index.html" target ="showframe">Enter</a><br><a href ="velkommen.html" target ="showframe">Velkommen</a><br><a href ="testeside.htm" target ="showframe">Testeside</a></td><td><iframe src="velkommen.html" style="border:1px black solid;" name="showframe" scrolling="yes" frameborder="no" align="center" height = "400px" width = "450px"></iframe></td></tr></table></html>

  9. since your target is showframe:your iframe's name needs to be showframe:needs to be:
    <iframe src="velkommen.html" style="border:1px black solid;" name="showframe" scrolling="yes" frameborder="no" align="center" height = "300px" width = "350px"></iframe>

    LG :)

    Thank you, thank you sooo much! It did work!
  10. well if you want help, post what you have already tried.after that we can fix your code, but unless you have an Idea of what you're trying to do, we can't help you.LG

    Okay, the nearest I came was:<html><table border="0"><tr><td><a href ="index.html" target ="showframe">Frame a</a><br><a href ="velkommen.html" target ="showframe">Frame b</a><br><a href ="testeside.htm" target ="showframe">Frame c</a></td><td><iframe src="velkommen.html" style="border:1px black solid;" name="frame2" scrolling="yes" frameborder="no" align="center" height = "300px" width = "350px"></iframe></td></tr></table></html>And the problem I have is that when I click on a linkthe page don't appear in the 2 frame. But it appear likea new side comes (not in a new "window").I'm not that good in english, but hope someone understand!
×
×
  • Create New...