The Web Design Group

... Making the Web accessible to all.

Welcome Guest ( Log In | Register )

 
Reply to this topicStart new topic
> What URL should look like?
Beginner2012
post Jun 8 2012, 02:48 AM
Post #1


Newbie
*

Group: Members
Posts: 11
Joined: 8-June 12
Member No.: 17,238



I would like to know based on following coding, what URL should look like for submit?
http:\\...&endSym="win"&split=";"& here?
Does anyone have any suggestions?
Thanks in advance for any suggestions

...
End line: <select size="1" style="width:73px;" name="endSym" >
<option value="win" selected>windows</option>
<option value="unix">unix</option>
</select>
Split by:
<select size="1" name="split" style="width:45px;">
<option value="tz" selected>;</option>
<option value="coma">,</option>
<option value="tab">tab</option>
</select>
<input type="submit" value="Get Data" class='button'>...
User is offlinePM
Go to the top of the page
Toggle Multi-post QuotingQuote Post
pandy
post Jun 8 2012, 06:38 AM
Post #2


🌟Computer says no🌟
********

Group: WDG Moderators
Posts: 20,730
Joined: 9-August 06
Member No.: 6



Not sure I understand. There is no URL for a submit button. The URL in question is the value of the action attribute in the FORM tag. It should be the URL to the script that handles the form and the slashes should be tilted right, not left as you have it. Backslashes are used in Windows paths, not URLs.

http://htmlhelp.com/reference/html40/forms/form.html
User is offlinePM
Go to the top of the page
Toggle Multi-post QuotingQuote Post
Beginner2012
post Jun 8 2012, 07:44 AM
Post #3


Newbie
*

Group: Members
Posts: 11
Joined: 8-June 12
Member No.: 17,238



Referring to following image, I would like to determine the link for EUR/USD and bookmark it, so whenever I click on the link and download the file directly, but I cannot see the rest of link under status bar. Do you have any suggestions on how to determine the rest of link based on the source code?
Thanks you very much for any suggestions

Image:
http://i1093.photobucket.com/albums/i438/junk000/Eur.jpg

App:
http://www.dukascopy.com/freeApplets/exp/

This post has been edited by Beginner2012: Jun 8 2012, 07:45 AM
User is offlinePM
Go to the top of the page
Toggle Multi-post QuotingQuote Post
bilago
post Jun 8 2012, 07:49 AM
Post #4





Group: Members
Posts: 3
Joined: 8-June 12
Member No.: 17,239



QUOTE(Beginner2012 @ Jun 8 2012, 07:44 AM) *

Referring to following image, I would like to determine the link for EUR/USD and bookmark it, so whenever I click on the link and download the file directly, but I cannot see the rest of link under status bar. Do you have any suggestions on how to determine the rest of link based on the source code?
Thanks you very much for any suggestions

Image:
http://i1093.photobucket.com/albums/i438/junk000/Eur.jpg

App:
http://www.dukascopy.com/freeApplets/exp/


The URL is

http://www.dukascopy.com/freeApplets/exp/e...in&split=tz

but this link is date specific . Creating a book mark would only get 6/8/2012 data.
User is offlinePM
Go to the top of the page
Toggle Multi-post QuotingQuote Post
Beginner2012
post Jun 8 2012, 10:54 AM
Post #5


Newbie
*

Group: Members
Posts: 11
Joined: 8-June 12
Member No.: 17,238




The URL is

http://www.dukascopy.com/freeApplets/exp/e...in&split=tz

but this link is date specific . Creating a book mark would only get 6/8/2012 data.
[/quote]

Thanks everyone very much for suggestions
User is offlinePM
Go to the top of the page
Toggle Multi-post QuotingQuote Post

Reply to this topicStart new topic
1 User(s) are reading this topic (1 Guests and 0 Anonymous Users)
0 Members:

 



- Lo-Fi Version Time is now: 16th April 2024 - 05:00 PM