Digital Point Forums
Quick Collect

Go Back   Digital Point Forums > Design & Development > HTML & Website Design
Google Analytics
Log In to view
your analytics

Reply
 
Thread Tools
  #1  
Old Feb 18th 2008, 7:40 pm
tayiper's Avatar
tayiper tayiper is offline
Hand of A'dal
 
Join Date: Apr 2006
Location: Ljubljana, Slovenia, Europe
Posts: 417
tayiper is on a distinguished road
Arrow A problem with one variant of the bookmark form

Well, I have a problem with one variant of the bookmark form; you see, on the http://tadej-ivan.50webs.com/index.html where I use input type="button" there is no redirect at all after pressing the "Bookmark" button, but on my other website http://tadejpersic.50webs.com/index.html where I use type="image" instead, the visitor is redirected to some strange URL that I guess is generated randomly.


The three examples of the mentioned redirect:

Code:
http://tadejpersic.50webs.com/?x=7&y=5&index=#
Code:
http://tadejpersic.50webs.com/?x=5&y=9&index=#
Code:
http://tadejpersic.50webs.com/?x=8&y=15&index=#
The code on the "tadej-ivan.50webs.com" variant:

Code:
<form action="#" /><input type="button" value="Bookmark" onclick="bookmark('http://tadej-ivan.50webs.com/index.html','Tadej\'s computing homepage')" />
The code on the "tadejpersic.50webs" variant:

Code:
<form action="#">bookmark: <input type="image" src="save.png" title="bookmark page" onclick="bookmark('http://tadejpersic.50webs.com/about-site.html','Tadej Persic\'s website | about site')" /></form>

Oh and regarding the second example-code above, I guess it could also be without the closing </form> tag but with <form action="#" /> as in the first example above, also see the recent A banal question on two variants of 'form' code thread that I opened here on DP forums.


So I am asking you, does anyone have any idea why the difference??!


P.S. - I also wrote about this problem in the A strange problem/situation with some particular form thread, and under the last "P.S." paragraph in my first/initial post in theA bookmark form adds 'Load in sidebar' in Firefox thread that I also opened here on DP forums.


Thanks in advance, tayiper
__________________
If you want to, please check out my main general personal http://tadejpersic.50webs.com/ website, which is a some sort of a navigational site that basically only describes and lists links to my other websites and blogs.
Reply With Quote
Reply

Bookmarks

Thread Tools

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
A bookmark form adds 'Load in sidebar' in Firefox tayiper HTML & Website Design 1 Jan 6th 2008 2:31 pm
Form problem Mrans PHP 7 Sep 28th 2007 1:53 pm
Form Problem larryweiss JavaScript 2 Dec 12th 2006 8:05 pm
Immediate form problem igneous Databases 5 Jun 7th 2006 6:34 pm
Form Problem bloard HTML & Website Design 3 May 20th 2006 11:30 am


All times are GMT -8. The time now is 4:22 am.