Link to home
Start Free TrialLog in
Avatar of elieazzi
elieazziFlag for United States of America

asked on

ASP default.asp?province=MB

Hello Experts,

I have a canada map, and i want to show information for every time user click on the province.

http://www.caf-fca.org/en/catalogue/default.asp?province=MB


So if province = MB

I want to show Manitoba as title and test manitoba 1

how.

<DIV class="informer_block contacts_block"><H4>Saskatchewan</H4></DIV>
    <DIV class=link1><B><A href="http://www.saskapprenticeship.ca/YOUTH_APPRENTICES/" target="_blank">General Saskatchewan Apprenticeship Website</A></B></DIV>
<p align="justify">Saskatchewan offers pre-apprenticeship opportunities for students interested in pursuing training in the trades. The website provides additional information for students, parents and educators:<Br>
</p>
 
 
<table width="85%" border="0" cellspacing="1" cellpadding="2">
	<tr bgcolor="#009997">
		<td align=center><font color="#ffffff">Informations</font></a></td>
		<td align=center><font color="#ffffff">Links</font></a></td>
	</tr>
	<tr bgcolor="#EFEFEF">
		<td align=right>Forms:</td>
		<td align=left><a href="http://www.saskapprenticeship.ca/YOUTH_APPRENTICES/" target="_blank">http://www.saskapprenticeship.ca/YOUTH_APPRENTICES/</a></td>
	</tr>
	<tr bgcolor="#E7E7E7">
		<td align=right>Contact information:</td>
		<td align=left><a href="http://www.saskapprenticeship.ca/CONTACT/Office_Locations/" target="_blank">http://www.saskapprenticeship.ca/CONTACT/Office_Locations/</a></td>

Open in new window

Avatar of golfDoctor
golfDoctor

Not sure what you are asking?  Is this information coming from a database, and if so, show that code.
Avatar of elieazzi

ASKER

No is not coming from a database.

CASE 1:
default.asp?province=SK
IF province = SK show this section {

Saskatchewan
General Saskatchewan Apprenticeship Website
Saskatchewan offers pre-apprenticeship opportunities for students interested in pursuing training in the trades. The website provides additional information for students, parents and educators:

Informations Links
Forms: http://www.saskapprenticeship.ca/YOUTH_APPRENTICES/ 
Contact information: http://www.saskapprenticeship.ca/CONTACT/Office_Locations/ 
Aboriginal Apprenticeship brochure:  http://www.saskapprenticeship.ca/siteimages/pdfs/AAI%20brochure_web.pdf
Provincial Apprenticeship Board http://www.saskapprenticeship.ca/COMMISSION_BOARD/ 
---->
Else IF CASE 2 = ON
default.asp?province=SK

Show this text { fsdfsfsfsfs }

Thank you for your time.
ASKER CERTIFIED SOLUTION
Avatar of golfDoctor
golfDoctor

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
SOLUTION
Avatar of Wayne Barron
Wayne Barron
Flag of United States of America image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
Just updated it to show the Province Names.
I am not sure if this is what you are wanting or not.
But, let me know....

Carrzkiss
OK.
MIne uses a database, so back to the drawing board.

Sorry for the spamming of the board tonight.
Should have read the extra information after golfDoctor made his post.

Sorry
True :)
Thank you Expert !!!