Click to See Complete Forum and Search --> : Link in email that php sent


Anon
04-16-2002, 03:54 PM
Sorry to bother you all. But I have a link in the email that is sent by the php mail() function. What I want to do is get the link to open in a one of the frames in the index.html file.... (I have 4 frames here) I can make a link that is in this index.html file to open in any of the frames......
I hope this is clear??

Here is the link in the email

<a href=\"http://server/authentication.php?REF=$maxREF&&username=$username \" target=index.html/Main>

Have also tried just " target=Main" but nothing I do seems to work....

Can anyone please help??
Thanks,
Ian

Anon
04-16-2002, 04:17 PM
.

uberbeast
04-16-2002, 11:55 PM
I think I understand what you want? If you are trying to open a page in a frame other than the one the link is in, you need to
<a href=\" your URL \" target=\"name of frame"\>

I might be mistaken on what you want to do though ;)

-Josh