Smart questions
Smart answers
Smart people
INTELLIGENT WORK FORUMS
FOR COMPUTER PROFESSIONALS

Member Login

Come Join Us!

Are you a
Computer / IT professional?
Join Tek-Tips now!
  • Talk With Other Members
  • Be Notified Of Responses
    To Your Posts
  • Keyword Search
  • One-Click Access To Your
    Favorite Forums
  • Automated Signatures
    On Your Posts
  • Best Of All, It's Free!

Join Tek-Tips
*Tek-Tips's functionality depends on members receiving e-mail. By joining you are opting in to receive e-mail.

LINK TO THIS FORUM!

Add Stickiness To Your Site By Linking To This Professionally Managed Technical Forum.
Just copy and paste the
code below into your site.

Partner With Us!

"Best Of Breed" Forums Add Stickiness To Your Site
Partner Button
(Download This Button Today!)

Feedback

"...Just wanted to let you know that I registered today, and your site is fantastic. I found solutions to problems that I have been encountering for months!..."

Geography

Where in the world do Tek-Tips members come from?
rawatds (Programmer)
23 Jun 04 10:39
I am using PL/SQL cartridge for my web server application.
  I am using one particular instance where i am directing my user to mail me if they want the access to a particular
 application.

The PL/SQL syntax is :

   For Netscape is as follows :
===========================================================
  htp.p('var sn="<A HREF='mailto:'
 ||'mahesh.k.gupta@xx.com;dharmendra.rawat@xx.com'
      ||'?subject=The link is below to access  '||UPPER(cookieparam)||' '>Click here to view example email</A> -'
      ||' copy these details to your normal email program (Outlook) and send in the usual way'
      ||' (as you cannot send a XX email from Netscape Communicator)";');
===========================================================
  
       
 For Internet Explorer the code is :
===========================================================
 htp.p('var si="<A HREF='mailto:'
 ||'mahesh.k.gupta@xx.com;dharmendra.rawat@xx.com'
      ||'?subject=The link is below to access'||UPPER(cookieparam)||' '>Click here to send email from Outlook</A>";');

===========================================================

 In both code the mail id i.e.
 mahesh.k.gupta@xx.com;dharmendra.rawat@xx.com
   is given and when user is clicking the link given
 ,in IE it is working fine and coming as

   mahesh.k.gupta@xx.com;dharmendra.rawat@xx.com

  but while thru Netscape the mail id
   are not dispalying properly
   instead it is coming as
"mahesh.k.gupta\"@xx.com;dharmendra.rawat@xx.com"

Can anybody  please tell me the difference why it is coming
  and please tell the remedial action in the code .

Thanx in advance
 Rawat



 

Reply To This Thread

Posting in the Tek-Tips forums is a member-only feature.

Click Here to join Tek-Tips and talk with other members!

Close Box

Join Tek-Tips® Today!

Join your peers on the Internet's largest technical computer professional community.
It's easy to join and it's free.

Here's Why Members Love Tek-Tips Forums:

Register now while it's still free!

Already a member? Close this window and log in.

Join Us             Close