|
| 31 Oct 2011 03:53 PM |
< HTML > < HEAD > < TITLE >ROBLOXian Blog< /TITLE > < /HEAD > < BODY > What you typed will result up there< sup >^< /sup >< br/ > < input type = "text" value = "Type here " > < a href = "http://roblox.com" > < input type = "button" value = "Go back" > < /a> < /BODY> < /HTML>
It won't work! I mean it works perfectly accept for the button... It won't go to ROBLOX for some reason. Any help? |
|
|
| Report Abuse |
|
|
|
| 31 Oct 2011 03:54 PM |
| Sorry, had to add spaces for it work in ROBLOX's thing(no, not any warnings) just in windows for some reason. |
|
|
| Report Abuse |
|
|
|
| 31 Oct 2011 03:54 PM |
| ill help you with HTML if you teach me C++, java, and full lua |
|
|
| Report Abuse |
|
|
|
| 31 Oct 2011 03:55 PM |
| what software are you programming in? |
|
|
| Report Abuse |
|
|
|
| 31 Oct 2011 03:58 PM |
| poke, I know very little Java, and quite a bit of Lua. Also, post to give help not LMaD crap. |
|
|
| Report Abuse |
|
|
|
| 31 Oct 2011 04:00 PM |
what software are you programming in...
IM TRYING TO HELP |
|
|
| Report Abuse |
|
|
|
| 31 Oct 2011 04:00 PM |
| please* also, anyone? Please. |
|
|
| Report Abuse |
|
|
|
| 31 Oct 2011 04:01 PM |
| Notepad... Lol that's software I'm programming in. |
|
|
| Report Abuse |
|
|
|
| 31 Oct 2011 04:01 PM |
| WHAT &*£"^%&*(^£&*($^£*^*(^%(*& SOFTWARE ARE YOU WRITING IT IN |
|
|
| Report Abuse |
|
|
|
| 31 Oct 2011 04:02 PM |
| Your button has no corresponding script function, and therefore does absolutely nothing except appear on the screen. |
|
|
| Report Abuse |
|
|
|
| 31 Oct 2011 04:03 PM |
| king, how do I fix it then...? |
|
|
| Report Abuse |
|
|
|
| 31 Oct 2011 04:05 PM |
| There is nothing to fix, but there is stuff to add. The computer does not magically know that you want the screen to go back when the button is clicked. |
|
|
| Report Abuse |
|
|
|
| 31 Oct 2011 04:08 PM |
| I'ma throat punch you... WHAT on * & * & * & * & Earth do I add to make the god dam thing work?! |
|
|
| Report Abuse |
|
|
| |
|
|
| 31 Oct 2011 04:57 PM |
Add this attribute to the button tag:
onclick = "history.go(-1)" |
|
|
| Report Abuse |
|
|
NilPirate
|
  |
| Joined: 31 Jul 2010 |
| Total Posts: 3077 |
|
|
| 31 Oct 2011 04:58 PM |
| You need to associate it with a javascript event; check the W3 schools page, they have a lot on javascript that could help. |
|
|
| Report Abuse |
|
|
|
| 31 Oct 2011 05:02 PM |
Trying mine didn't work for some reason, but this will:
< HTML > < HEAD > < TITLE >ROBLOXian Blog< /TITLE > < SCRIPT type="text/javascript" > function back(){ history.go(-1); } < /SCRIPT > < /HEAD > < BODY > What you typed will result up there< sup >^< /sup >< br/ > < input type = "text" value = "Type here " /> < a href = "http://roblox.com" /> < input type = "button" value = "Go back" onclick = "back()" /> < /a> < /BODY> < /HTML>
|
|
|
| Report Abuse |
|
|
Ozzypig
|
  |
| Joined: 27 Mar 2008 |
| Total Posts: 4906 |
|
|
| 31 Oct 2011 05:08 PM |
OH MY GOD MY EYES MY EYES
DO YOU EVEN KNOW WHAT HTML5 IS? OR A DOCTYPE?
This made me cry.
~Ozzy roblox.com/my/groups.aspx?gid=372 |
|
|
| Report Abuse |
|
|
|
| 31 Oct 2011 05:42 PM |
^ Same
"I WILL GIVE YOU BACON." - Deadmau5 ~Scarfacial |
|
|
| Report Abuse |
|
|
|
| 31 Oct 2011 06:22 PM |
Lowercase tags.
Doctype.
xmlns.
Utf-8
PLEASE D: |
|
|
| Report Abuse |
|
|
|
| 31 Oct 2011 06:51 PM |
And no ugly JavaScript D:
"I WILL GIVE YOU BACON." - Deadmau5 ~Scarfacial |
|
|
| Report Abuse |
|
|
|
| 31 Oct 2011 06:57 PM |
| Dang Flappy you're already better than me at HTML D:. |
|
|
| Report Abuse |
|
|
| |
|
|
| 01 Nov 2011 04:09 PM |
| Please remove the spaces between the tags first...it will make SO MUCH MORE SENSE THEN! :) |
|
|
| Report Abuse |
|
|
|
| 01 Nov 2011 04:11 PM |
| He explained why he couldn't do that. |
|
|
| Report Abuse |
|
|