iframes are not good, they arent looked at by search engines and can be a bit tricky to work with but nevertheless I found what i think you are looking for:
You are trying to save values and then get them back? What i would do is query a database to see if the values exist, if they dont then leave boxes blank, if not receive it as json. i would use...
Thanks for the reply but i have figured it out, thanks anyway. I will post the code when its finished if your interested. Also what i was asking for was a way to make an entity "jump", i eventually...
Hello, as you can see from the title I am having some problems with game physics. I am using canvas to display a platform game. I have
Previously made a perspective view game and some simple...
Hello,
Using ajax will severly slow your server with requests every 3 seconds. onunload is the best option. Sending a function to the server. Also how do you store the chat, do you use...
Hello yes the best way is to use php as you could post the information to the next page. I will post back soon cant post right now. But can you use php on your server or not?
This is complicated but possible you can try, if the same webpage contains the whole form some javascript can be used to show and hide (as you said with the form split into divs) the parts of the...
Hello kevin,
it is not the code but ie as usual it ruins everything. You see in your css the wrapper tag is centered using margin: 0 auto; so your content is centered in all browsers...
it is a plugin for mozilla firefox, in the tools menu it can be activated through the firbug submenu. when activated a window appears at the bottom of the page. Firebug will detect errors in...