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

Posts: 182
Trades: 0
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, 08:09 PM Re: What does this mean? <%=smumpage%>
chrishirst's Avatar
Super Moderator

Posts: 22,225
Location: Blackpool. UK
Trades: 0
It's a variable (or constant),

do a search in whatever editor you use to locate the initialisation
__________________
Chris. ->> Links are advertising NOT optimising!! <<-
Growing old is mandatory - Growing up is optional
Code Samples | People Counting System | Bits & Bobs
chrishirst is online now
Reply With Quote
View Public Profile Visit chrishirst's homepage!
 
Old 12-04-2007, 08:38 PM Re: What does this mean? <%=smumpage%>
Extreme Talker

Posts: 182
Trades: 0
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, 09:16 PM Re: What does this mean? <%=smumpage%>
chrishirst's Avatar
Super Moderator

Posts: 22,225
Location: Blackpool. UK
Trades: 0
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!! <<-
Growing old is mandatory - Growing up is optional
Code Samples | People Counting System | Bits & Bobs
chrishirst is online now
Reply With Quote
View Public Profile Visit chrishirst's homepage!
 
Old 12-05-2007, 06:00 PM Re: What does this mean? <%=smumpage%>
Extreme Talker

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

Posts: 3,024
Name: Forrest Croce
Location: Seattle, WA
Trades: 0
<% 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 Search this Thread
Search this Thread:

Advanced Search

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
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.12083 seconds with 13 queries