Jump to content

Xtazy

Members
  • Posts

    140
  • Joined

  • Last visited

Posts posted by Xtazy

  1. Yeah , but to me is simple to <center> and </center> all i want to center :) instead of using that code once...Dunno why, but it looks more....more...i dunno, more something...:)...and it's easier to remember...for me...:)...

  2. First time when i read this...very true...Many problems would be resolved with just a search....there, on the main site , and here, on the forum too...lots of questions are asked more then 2 times...In some situations, the topics names aren't very suggestive, it's true...but....

  3. This one?

    <html><frameset cols="33%,*"><frame src="mynavpage.html"><frame src="http://www.google.ro/" name="showframe"></frameset></html><html><body><a href ="http://www.google.ro/" target ="showframe">Google</a><br><a href ="http://www.yahoo.com/" target ="showframe">Yahoo</a><br><a href ="http://www.w3schools.com/" target ="showframe">W3Schools</a></body></html>

    I've tried it but on the left panel says " The page cannot bla bla bla"

  4. A final example:If you have ban on a forum, you can use a proxy server (a different identity that modifies your IP) to go back on that forum and post. (that works only if the forum hasn't a protection, but mostly have).Roger that? Copy me? Understood? :)

  5. Yeah, I know...and what's the final code? Something like:

    <html><frameset cols="33%,*"><frame src="mynavpage.html"><a href ="http://www.google.ro/" target ="showframe">Google</a><br><a href ="http://www.yahoo.com/" target ="showframe">Yahoo</a><br><a href ="http://www.w3schools.com/" target ="showframe">W3Schools</a><frame src="http://www.google.ro/" name="showframe"></frameset></html>

    ..or what?

  6. One more question, what code do I have to write to have something like this ( http://www.w3schools.com/html/tryit.asp?fi...rame_navigation ) and instead of frame a,b,c, to have google, yahoo and w3schools?this one didn't work:

    <html><frameset cols="120,*"><frame src="tryhtml_contents.htm"><a href ="http://www.google.ro/" target ="showframe">Google</a><br><a href ="http://www.yahoo.com/" target ="showframe">Yahoo</a><br><a href ="http://w3schools.com/" target ="showframe">W3Schools</a><br><frame src="http://www.google.ro/" name="showframe"></frameset></html>

  7. The HTML Frames tutorial, says this:

    Important: You cannot use the <body></body> tags together with the <frameset></frameset> tags!
    If I do that, the background color or image disappears once i don't include the frames into the <body> tag... What can I do or what did I understand wrong?10x,Xtazy
  8. Gosh, what newbies are you talking about? So , Amit, what are you trying to do?On my opinion....

    <html><body><form action="MAILTO:someone@w3schools.com" method="post" enctype="text/plain"><h3>This form sends an e-mail to W3Schools.</h3>Name:<br><input type="text" name="name"value="yourname" size="20"><br>Mail:<br><input type="text" name="mail"value="yourmail" size="20"><br>Comment:<br><input type="text" name="comment"value="yourcomment" size="40"><br><br><input type="submit" value="Send"><input type="reset" value="Reset"></form></body></html>

    And it does this.

  9. Give us an example of what do you want to do...Later edit:BTW, in that example of mine, the source cod is:

    <a href ="frame_a.htm" target ="showframe">Frame a</a><br><a href ="frame_b.htm" target ="showframe">Frame b</a><br><a href ="frame_c.htm" target ="showframe">Frame c</a>

    If you put that code the way that it is it won't work...

×
×
  • Create New...