JavaScript Development
 
Forums: » Register « |  User CP |  Games |  Calendar |  Members |  FAQs |  Sitemap |  Support | 
 
User Name:
Password:
Remember me
 
Go Back   Dev Articles Community ForumsProgrammingJavaScript Development

Reply
Add This Thread To:
  Del.icio.us   Digg   Google   Spurl   Blink   Furl   Simpy   Y! MyWeb 
Thread Tools Search this Thread Display Modes
 
Unread Dev Articles Community Forums Sponsor:
Speeding Shipping, Improving Compliance – Read the ScanCode Systems Case Study
  #1  
Old July 2nd, 2003, 09:39 AM
EiSa EiSa is offline
Contributing User
Dev Articles Newbie (0 - 499 posts)
 
Join Date: Sep 2002
Location: Norway
Posts: 184 EiSa User rank is Just a Lowly Private (1 - 20 Reputation Level) 
Time spent in forums: 1 h 22 m 24 sec
Reputation Power: 6
Transfer javascript value to ASP Session

I have a page which have many fields that are going to be submitted, and because of that I'm using some javascript that make me able to show/hide the fields so that I don't have to scroll to much. After I submit the show/hide javascript hides everything.

Therfor I'm wondering how I can transfer the value of the javascript to a session or cookie, and then use this again in a body onload script.

PHP Code:
<style>
.
text1{display:inline;}
.
text2{display:none;}
</
style>

<
a href="javascript:void(0)" onClick="expandText('product')"><b>Product information</b></a
<
span id="produkt1" class="text1"></span>
<
span id="produkt2" class="text2">

Here follows lot's of fields and text.

<a href="javascript:void(0)" class="text1" onclick="collapseText('
product')">
<IMG SRC="/images/parent.gif" ALT="Close" BORDER="0"><B> Close</B></a></span> 


As you see in this example I show/hide product. I have several similar scripts like this on the page with the values product, information, producer etc. It's those values I need to grab and put into a session or something and use that value in a body onload script.

Reply With Quote
  #2  
Old July 2nd, 2003, 03:37 PM
nkunicki nkunicki is offline
Contributing User
Dev Articles Newbie (0 - 499 posts)
 
Join Date: Jan 2003
Posts: 32 nkunicki User rank is Just a Lowly Private (1 - 20 Reputation Level) 
Time spent in forums: < 1 sec
Reputation Power: 6
http://www.webreference.com/js/column8/

That article there will show you how to set and get cookies with Javascript. As for setting them with ASP and getting them with JavaScript, I'm not sure if thats possible. You can do it indirectly this way though:

Make a new form, with a few invisible fields for each cookie value. With the method set to get.
Call the "document.formName.submit();" function and it will submit the form to the querystring, which can be read by ASP and set into sessions.

Reply With Quote
  #3  
Old July 3rd, 2003, 08:23 PM
stumpy's Avatar
stumpy stumpy is offline
May contain nuts.
Dev Articles Regular (2000 - 2499 posts)
 
Join Date: Aug 2002
Location: Sydney, AU
Posts: 2,058 stumpy User rank is Just a Lowly Private (1 - 20 Reputation Level) 
Time spent in forums: 5 h 6 m 11 sec
Reputation Power: 8
Send a message via ICQ to stumpy Send a message via MSN to stumpy
nkunicki is correct. You cannot set ASP cookies from Javascript. You have to remember that Javascript is CLIENT side, whereas ASP is SERVER side. So many people get confused by this.

You can however set the cookies from Javascript, which would be the most logical option. Here's how.

EDIT: lol - just noticed that nkunicki posted the same link.
__________________
DevArticles Moderator
BlueSix - Web Development and Consulting

Reply With Quote
  #4  
Old July 4th, 2003, 01:18 AM
EiSa EiSa is offline
Contributing User
Dev Articles Newbie (0 - 499 posts)
 
Join Date: Sep 2002
Location: Norway
Posts: 184 EiSa User rank is Just a Lowly Private (1 - 20 Reputation Level) 
Time spent in forums: 1 h 22 m 24 sec
Reputation Power: 6
Thanks, I will try that.

Reply With Quote
  #5  
Old July 4th, 2003, 11:23 PM
admiral_angel admiral_angel is offline
Junior Member
Dev Articles Newbie (0 - 499 posts)
 
Join Date: Jul 2003
Posts: 2 admiral_angel User rank is Just a Lowly Private (1 - 20 Reputation Level) 
Time spent in forums: < 1 sec
Reputation Power: 0
Cool

You guys are good, i will try that... thx

Reply With Quote
Reply

Viewing: Dev Articles Community ForumsProgrammingJavaScript Development > Transfer javascript value to ASP Session


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

 Free IT White Papers!
 
Accelerating Trading Partner Performance
One in five. That's how many partner transactions have at least one error. That is an amazing statistic, particularly given the extraordinary leaps in innovation across the global supply chain during the past two decades. Download this white paper to learn more.

 
Competing on Analytics
This Tech Analysis is designed to help identify characteristics shared by analytics competitors, and includes information about 32 organizations that have made a commitment to quantitative, fact-based analysis.

 
Cost Effective Scaling with Virtualization and Coyote Point Systems
An overview of the industry trend toward virtualization, how server consolidation has increased the importance of application uptime and the steps being taken to integrate load balancing technology with virtualized servers.

 
Five Checkpoints to Implementing IP Telephony
Implementation planning for IP PBX software and IP telephony has become vital as businesses replace discontinued legacy PBX phone systems. This informative whitepaper outlines five &quot;checkpoints&quot; for any implementation plan that will help make IP communications a successful proposition.

 
Hosted Email Security: Staying Ahead of New Threats
In the last two years, email has become a fierce battleground between the nefarious forces of spam and malware, and the heroes of messaging protection. The spam volumes increased alarmingly every month, bringing clever new forms of phishing and virus propagation attacks.

 

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

Iron Speed




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