This is Interesting: Free Magazines for Graphics designers and webmasters
Home > Archive > Front Page > January 2005 > create link and navigate from ActiveX Calendar
You are viewing an archived Text-only version of the thread.
To view this thread in it's original format and/or if you want to reply to
this thread please [click here]
| Author |
create link and navigate from ActiveX Calendar
|
|
|
| On this page:
http://www.daltongrouptrading.com/gr/index.htm
I have an ActiveX calendarcontrol, 4 radio buttons, and a submit button.
On clicking the submit button I would like to build and navigate to a link
based on the calendar and radio button selection.
Do I need to use ASP? Is this the easiest? Or how would you suggest I do
this?
The pseudo code for the submit button would be something like this:
OnSubmitClick
switch(radioButton)
case ES:
directory = "es/"
file = "ES"
case NQ:
...
end switch
finalLink = directory + file + "_MP_" + cal.Year.FormatLongYear
+ "-" + cal.Month + "-" + cal.Day + ".htm"
GoToLink(finalLink)
End
| |
| Stefan B Rusynko 2005-01-31, 7:26 am |
| You may want to start here
http://msdn.microsoft.com/library/d...ex/controls.asp
--
_____________________________________________
SBR @ ENJOY (-: [ Microsoft MVP - FrontPage ]
"Warning - Using the F1 Key will not break anything!" (-;
To find the best Newsgroup for FrontPage support see:
http://www.net-sites.com/sitebuilder/newsgroups.asp
_____________________________________________
"guy" <wildfiction@hotmail.com> wrote in message news:%23KaxjC3BFHA.3596@TK2MSFTNGP12.phx.gbl...
| On this page:
| http://www.daltongrouptrading.com/gr/index.htm
|
| I have an ActiveX calendarcontrol, 4 radio buttons, and a submit button.
|
|
|
| On clicking the submit button I would like to build and navigate to a link
| based on the calendar and radio button selection.
|
|
|
| Do I need to use ASP? Is this the easiest? Or how would you suggest I do
| this?
|
|
|
| The pseudo code for the submit button would be something like this:
|
|
|
| OnSubmitClick
|
| switch(radioButton)
|
| case ES:
|
| directory = "es/"
|
| file = "ES"
|
| case NQ:
|
| ...
|
| end switch
|
|
|
| finalLink = directory + file + "_MP_" + cal.Year.FormatLongYear
| + "-" + cal.Month + "-" + cal.Day + ".htm"
|
| GoToLink(finalLink)
|
|
|
| End
|
|
|
|
|
|
| | Copyright 2003 - 2008 forum4designers.com Software forum Computer Hardware reviews |
|