hi,
http://www.dynamicdrive.com/dynamici...army/index.htm
in this adress, i want to use image buttons on my page.
everything is ok but when i click any image button my page is refreshing.
how can i disable this action ?
thanks...
hi,
http://www.dynamicdrive.com/dynamici...army/index.htm
in this adress, i want to use image buttons on my page.
everything is ok but when i click any image button my page is refreshing.
how can i disable this action ?
thanks...
Link to the page.
The script on this site is working fine, so we can't see whats wrong unless we look at your site.
{CWoT - Riddle } {Freelance Copywriter} {Learn to Write}
Follow Me on Twitter: @InkingHubris
PHP Code:$result = mysql_query("SELECT finger FROM hand WHERE id=3");
echo $result;
hi,
i will upload my site and write here again. thanks.
http://www.yeniduster.com/prens/tr/galeri.aspx
hi,
I'm waiting your help. thanks...
It appears it is because you have everything wrapped inside form tags set to POST. there is no "submit" button, so any button acts as the submit, and when clicking the images it is submitting the form. Thus, refreshing the page.
Remove the <form> tags and it should be fine.
{CWoT - Riddle } {Freelance Copywriter} {Learn to Write}
Follow Me on Twitter: @InkingHubris
PHP Code:$result = mysql_query("SELECT finger FROM hand WHERE id=3");
echo $result;
mustee (04-24-2010)
that is running...
thank you very much....![]()
Bookmarks