Type: Posts; User: DanielDude
oh man... how can I get it to work on other networks, without buying a domain?
and you can't put images in alerts.
that dosen't look like an image URL...
thats pretty cool... but on the home page, where you make a new list, make the <input type='text'> have an attribute of: autofill='none'
hey guys. please review this: http://192.168.1.67:8888/gamelogin.php use the username: test account and password: 1234 tyvm!
first you have to declare the <div> into a variable: var divWrap = document.getElementById('wrap'); then you have to add the class attribute:
oh nvm it does work Woops:p
W00t that sounds cool.
ok thanks guys...
ok thanks.... but it dosen't seem to work on safari...:(
hey guys, I'm making a game... and it has a chat room. But for some reason whenever you type in the textbox it displays a list of things you've recently said... I dont like this!:mad: please help
how can I make an Apple style text input (<input type="text" />)... using pure css?:confused: Thanks in advance :D
no im pretty sure it wasn't reg Exps
np
it is alot easier to use this: var objContainer = document.getElementById('container'); objContainer.style.top = "10px"; objContainer.style.left = "10px"; objContainer.style.width =...
About a year ago I was reading a javascript book and it showed an example of if's... but I can't remember how to do it exactly.. example: if(myVar == 1(2/3/4/5)) { document.write('it is...
ok ya lol thanks i should have thought of that... :p
apple says that they're new safari 4 uses HTML 5 :eek:? 1. what's new in 5? 2. what browsers use it? 3. what's CSS Animation and how to use it? 3. what's CSS Efects and how to use it?
you would have to go to the other page(the one that gets opened) and type this: <script> setTimeout('sendAlert()', 5000); function sendAlert() { alert("test"); }
sweet IT WORKED! thanks alot
hello, I'm making a javascript/php based game... Why won't this code work? <html> <script> function moveCharacter() {
game stats
not really... maybe in a way but you should use MySQL for that kind of stuff.
k thanks ...could you show me an example?
It just displays 1 or 0....:confused: I wan't it to display the data in the column...