Reply
What does this mean? <%=smumpage%>
Old 12-04-2007, 06:01 PM What does this mean? <%=smumpage%>
Super Talker

Posts: 116
I know some html, and am trying to change a link in an asp page to another directory.

Can you please explain what this <%=smumpage%> means?

Is that defined in another part of the script possibly?

<a href="<%=smumpage%> ?action=register">Register

Thanks.
chrisj is offline
Reply With Quote
View Public Profile
 
When You Register, These Ads Go Away!
Old 12-04-2007, 07:09 PM Re: What does this mean? <%=smumpage%>
chrishirst's Avatar
Super Moderator

Posts: 13,613
Location: Blackpool. UK
It's a variable (or constant),

do a search in whatever editor you use to locate the initialisation
__________________
Chris. ->> Links are advertising NOT optimising!! <<-
Indifference will be the downfall of mankind, but who cares?
Code Samples | People Counting System
chrishirst is online now
Reply With Quote
View Public Profile Visit chrishirst's homepage!
 
Old 12-04-2007, 07:38 PM Re: What does this mean? <%=smumpage%>
Super Talker

Posts: 116
Thank you.

Would I be looking for smumpage, %=smumpage% or <%=smumpage%>?
And is there a certain type of folder the "initialisation" may be in?

How will i know it's the "initialisation"?

Is the "initialisation" the place to change it?

Would I change smumpage, %=smumpage%, or <%=smumpage%> to change the <a href="<%=smumpage%> ?action=register">Register ?

Thanks again.
chrisj is offline
Reply With Quote
View Public Profile
 
Old 12-04-2007, 08:16 PM Re: What does this mean? <%=smumpage%>
chrishirst's Avatar
Super Moderator

Posts: 13,613
Location: Blackpool. UK
the initialisation

will be

dim smumpage
&
smumpage = "Some string of text"

It will be found in the current script or an included file.
__________________
Chris. ->> Links are advertising NOT optimising!! <<-
Indifference will be the downfall of mankind, but who cares?
Code Samples | People Counting System
chrishirst is online now
Reply With Quote
View Public Profile Visit chrishirst's homepage!
 
Old 12-05-2007, 05:00 PM Re: What does this mean? <%=smumpage%>
Super Talker

Posts: 116
thank you
chrisj is offline
Reply With Quote
View Public Profile
 
Old 12-06-2007, 01:05 AM Re: What does this mean? <%=smumpage%>
ForrestCroce's Avatar
Half Man, Half Amazing

Posts: 3,024
Name: Forrest Croce
Location: Seattle, WA
<% and %> mean code that gets run on the server to build the page.
ForrestCroce is offline
Reply With Quote
View Public Profile Visit ForrestCroce's homepage!
 
Reply     « Reply to What does this mean? <%=smumpage%>
 

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

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are Off
Pingbacks are Off
Refbacks are Off




   
RSS Feed  Feeds: RSS   JS   XML
RSS Feed  Feeds for this forum: RSS   JS   XML

 


Page generated in 0.12647 seconds with 12 queries