Search the web
Sign In
New User? Sign Up
AspClassicAnyQuestionIsOk
? Already a member? Sign in to Yahoo!

Yahoo! Groups Tips

Did you know...
Want to share photos of your group with the world? Add a group photo to Flickr.

Best of Y! Groups

   Check them out and nominate your group.
Having problems with message search? Fill out this form to ensure your group is one of the first to be migrated to the new message search system.

Messages

  Messages Help
Advanced
Messages 7615 - 7644 of 8655   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
7615
Hello Friends, I am girish. In my application at one place I need to assign session variables to javascript variable which I am usng as a client side...
girish nehte
brain7822
Offline Send Email
Jul 5, 2006
6:46 am
7616
Hello Friends, I am facing a problem that, I have a textarea and when I enter some text in that & display it on the browser all the formatting is destroyed. I...
girish nehte
brain7822
Offline Send Email
Jul 5, 2006
10:01 am
7617
Hi Girish, I had the exact same problem and found very, very little knowledge about it on the internet. Then through a discussion with a colleague, it was ...
Heather Richardson, E...
asp_newbie_uk
Offline Send Email
Jul 5, 2006
10:52 am
7618
Try this in your Javascript code: var strJSVariable = <%=strASPVariable%> Mark girish nehte <brain7822@...> wrote: Hello Friends, I am girish. In my...
Mark E
meckeard2000
Offline Send Email
Jul 5, 2006
11:51 am
7619
Oops... I just noticed this is the *Classic* list, not the ASP.NET list! myText = Replace(myText, vbCrLf, "<br />") myText = Replace(myText, " ", "&nbsp;") ...
Peter Brunone
peter_brunone
Offline Send Email
Jul 6, 2006
1:23 am
7620
If you're only concerned about carriage returns and spaces, you can do something like this: myText = myText.replace(vbCrLf, "<br />") myText = myText.replace("...
Peter Brunone
peter_brunone
Offline Send Email
Jul 6, 2006
1:36 am
7621
Hii...friend I have some problem whit my data. I have ASP program in server, and then the program is acces by 10 client computers. all of client computers...
hafidz arifin
hafidz_pens
Offline Send Email
Jul 6, 2006
2:21 am
7622
Hi, I have one ASP Project, developed by some other person. I am a .Net developer. But i have to handle the existing ASP Project and have to add one more asp...
s_sai_ram_99
Offline Send Email
Jul 6, 2006
7:03 pm
7623
Ok what include virtual does is take the root of the webapplication and starts there looking for the include file. so that would be: virtual directory / iis...
Mischa Kroon
aemca_san
Offline Send Email
Jul 6, 2006
10:45 pm
7624
I have a asp form. It has quite a bit going on. After the server- side validation happens and a user hits confirm, the page creates a row in a table (sql...
j_energy
Offline Send Email
Jul 7, 2006
7:55 am
7625
1) Server recycled causes loss 2) Form load... Session("Alive") = 1 ..... Form Post: If (Session("Alive") <> 1) ' You know you lost your session.. Steve Radich...
Steve Radich
bitshop5
Offline Send Email
Jul 7, 2006
8:24 am
7626
I'm new to asp and am trying to create a survey form. Can someone look at this code for me? I want to have it so that only one "Submit" button is used at the...
mmcnab001
Offline Send Email
Jul 7, 2006
8:32 pm
7627
There are several ways and I made an example fo each way. Hidden Fields http://www.learnasp.com/freebook/asp/hidden.aspx Cookies ...
Charles Carroll
charlesmarkc...
Online Now Send Email
Jul 8, 2006
11:00 pm
7628
... Sessions are fine for non object data (text, numbers) like in the example: http://www.learnasp.com/freebook/asp/statesessions.aspx The big disaster is when...
Charles Carroll
charlesmarkc...
Online Now Send Email
Jul 9, 2006
5:47 pm
7629
Hello friends, I have an application in which there is a mail utility in which i send mails to the members. But I want when I send the email the email should...
girish nehte
brain7822
Offline Send Email
Jul 10, 2006
12:52 pm
7630
I am very new to asp. When the user logs in, it captures there username and password. I would like to create a who modifed on the edit page so that the manager...
tgmiller5
Offline Send Email
Jul 10, 2006
2:38 pm
7631
Hi there, I am so glad I bought Scott Mitchell's Designing Active Server Pages. That is where I learned about LearnASP.com. I have a database that is created...
Academic Intelligence
academicintel
Offline Send Email
Jul 10, 2006
4:53 pm
7632
Hello everyone, I am new to Classical ASP. I am trying to implement dependant dropdown boxes between 5 dropdown box in the following way: Drpdown 1 --populates...
santosh kantappa
ksantosh0302
Offline Send Email
Jul 10, 2006
8:04 pm
7633
Hi, try this http://learnasp.com/freebook/asp/SQLandor.aspx it's not mine, it's Charles' i copied from this mailing list with the subject dropdown with...
Agoes
untuk_milis_lagi@...
Send Email
Jul 11, 2006
3:27 am
7634
Hi Tgmiller, Yes, you can use session to do it. after checked the login and if the login was correct, put the username to the session. e.g...
Agoes
untuk_milis_lagi@...
Send Email
Jul 11, 2006
3:32 am
7635
hello everyone, i am showing folders name in a table & when click on this we can open or downlaod this folder. but i want in my page folders must be show in...
Sanjay
sanjaykumarbe
Offline Send Email
Jul 11, 2006
6:35 am
7636
Hi friends, I have a proble that I have to send mails through Outlook Express using asp classic. Please tell me what can be done. In my registry editor i...
girish nehte
brain7822
Offline Send Email
Jul 11, 2006
3:12 pm
7637
Hello friends, I have created an application in which I have provided an issue box. in which the title of the issue is hyperlinked. I need that if an issue is...
girish nehte
brain7822
Offline Send Email
Jul 12, 2006
6:26 am
7638
Are you storing a flag or a count or something in the database to tell you whether that issue has been read? If so, just use a conditional if... then......
Dan Powderhill
danaspelite
Offline Send Email
Jul 12, 2006
8:09 am
7639
This can be done using CSS: A:visited { COLOR: #000066; FONT-WEIGHT: bold } ... From: girish nehte To: AspClassicAnyQuestionIsOk@yahoogroups.com Sent:...
Bob Filipiak
bobfilipiak
Offline Send Email
Jul 12, 2006
1:11 pm
7640
Hello, Can we handle the url in javascript? Suppose we are on a page www.anything.com is it possible to take this url name in a variable using javascript and...
girish nehte
brain7822
Offline Send Email
Jul 12, 2006
4:25 pm
7641
window.location.href ... [Non-text portions of this message have been removed]...
Peter Brunone
peter_brunone
Offline Send Email
Jul 12, 2006
4:43 pm
7642
Also http://listboxfaq.com/listBoxResources.aspx ... [Non-text portions of this message have been removed]...
Peter Brunone
peter_brunone
Offline Send Email
Jul 12, 2006
4:46 pm
7643
i want to download a file from remote PC to loacal. so How can do this(by single type the file name in text box and click on download button)? Can somebody...
Biplab
senapati12345
Offline Send Email
Jul 14, 2006
12:01 pm
7644
Hi Everyone, Is it possible to have an aspx file in an asp application? The asp application is hosted on Windows 2003 server with IIS 6.0. The purpose is to...
Keerthy
vnkeerthy
Offline Send Email
Jul 14, 2006
2:14 pm
Messages 7615 - 7644 of 8655   Oldest  |  < Older  |  Newer >  |  Newest
Advanced
Add to My Yahoo!      XML What's This?

Copyright © 2009 Yahoo! Inc. All rights reserved.
Privacy Policy - Terms of Service - Guidelines - Help