SunQuest
           ASP Programming
 
Forums: » Register « |  User CP |  Games |  Calendar |  Members |  FAQs |  Sitemap |  Support | 
User Name:
Password:
Remember me
Go Back   Dev Shed ForumsProgramming Languages - MoreASP Programming

Reply
Add This Thread To:
  Del.icio.us   Digg   Google   Spurl   Blink   Furl   Simpy   Y! MyWeb 
Thread Tools Search this Thread Rate Thread Display Modes
 
Unread Dev Shed Forums Sponsor:
Get inside! Sample the range of functionality easily built with JMSL Library for Time Series Data Analysis, Heat Maps, Portfolio Optimization, Monte Carlo Simulation, Stock Price Charting and more. Download Now!
  #1  
Old October 3rd, 2003, 08:45 AM
rheine rheine is offline
Registered User
Dev Shed Newbie (0 - 499 posts)
 
Join Date: Oct 2003
Location: KC
Posts: 5 rheine User rank is Just a Lowly Private (1 - 20 Reputation Level) 
Time spent in forums: < 1 sec
Reputation Power: 0
How do you pass an ASP vars to JS

----- My attempt -----------------------------------
<% dim unita, unitb
unita = "http://www.mydomain/10835.jpg"
unitb = "http://www.mydomain/10835b.jpg"

%>
<script>
String unit1 = <% = unita %>
String unit2 = <% = unitb %>
function bigPic(image)
{
document.getElementById('big').src= image;
}
</script>
--------------------------------------------------------------------
I get "unit1 undefined and unit2 undefined"

Reply With Quote
  #2  
Old October 3rd, 2003, 08:54 AM
unatratnag unatratnag is offline
Average Intelligence
Dev Shed Novice (500 - 999 posts)
 
Join Date: Apr 2003
Location: Ohio/Chicago
Posts: 678 unatratnag User rank is Just a Lowly Private (1 - 20 Reputation Level) 
Time spent in forums: 10 m 22 sec
Reputation Power: 6
Send a message via AIM to unatratnag
your code works fine for me.

Reply With Quote
  #3  
Old October 3rd, 2003, 09:30 AM
adogfart adogfart is offline
Registered User
Dev Shed Newbie (0 - 499 posts)
 
Join Date: Sep 2003
Posts: 26 adogfart User rank is Just a Lowly Private (1 - 20 Reputation Level) 
Time spent in forums: < 1 sec
Reputation Power: 0
nothing wrong with the code???
the asp vars are created on the server.....once the asp-file leaves the server they no longer exist cos asp is converted to html. So those vars never get to the client...
try putting js script in your asp by using response.write("<script>js code</script>")

Reply With Quote
  #4  
Old October 3rd, 2003, 09:58 AM
rheine rheine is offline
Registered User
Dev Shed Newbie (0 - 499 posts)
 
Join Date: Oct 2003
Location: KC
Posts: 5 rheine User rank is Just a Lowly Private (1 - 20 Reputation Level) 
Time spent in forums: < 1 sec
Reputation Power: 0
Found a simple solution

Basic image swaps from thumbs to the 'Big' picture.
<%

dim unita, unitb
unita = "http://www.horsetrailerworld.com/ads/adimages/10835.jpg"
unitb = "http://www.horsetrailerworld.com/ads/adimages/10835b.jpg"

%>
<img src="http://horsetrailerworld.com/ads/adimages/10835sm.jpg" onclick="document.getElementById('big').src= '<% = unita %>' ">
<img src="http://horsetrailerworld.com/ads/adimages/10835bsm.jpg" onclick="document.getElementById('big').src= '<% = unitb %>' ">
<p>


<img src="http://mydomain/10835.jpg" alt="big" name="big" id="big"></p>

Reply With Quote
Reply

Viewing: Dev Shed ForumsProgramming Languages - MoreASP Programming > How do you pass an ASP vars to JS


Thread Tools  Search this Thread 
Search this Thread:

Advanced Search
Display Modes  Rate This Thread 
Rate This Thread:


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
View Your Warnings | New Posts | Latest News | Latest Threads | Shoutbox
Forum Jump


Forums: » Register « |  User CP |  Games |  Calendar |  Members |  FAQs |  Sitemap |  Support | 
  
 





© 2003-2008 by Developer Shed. All rights reserved. DS Cluster 1 hosted by Hostway