[AccessD] AccessD Archives are UP!

Drew Wutka DWUTKA at marlow.com
Tue Apr 8 12:54:45 CDT 2003


After I already replied! <grin>.  Let me know what HTML you are using
though, like for Front Page, I can tell you how to use it's going to set
that property.

Drew

-----Original Message-----
From: Jim DeMarco [mailto:Jdemarco at hshhp.org]
Sent: Tuesday, April 08, 2003 12:13 PM
To: accessd at databaseadvisors.com
Subject: RE: [AccessD] AccessD Archives are UP!


Sorry I found the answer that I thought wasn't there!  It was the
"target=blank" bit.

Thanks again,

Jim DeMarco


-----Original Message-----
From: Drew Wutka [mailto:DWUTKA at marlow.com]
Sent: Tuesday, April 08, 2003 1:04 PM
To: 'accessd at databaseadvisors.com'
Subject: RE: [AccessD] AccessD Archives are UP!


What do you mean?  Response.redirect changes the web page that is loading,
but as far as I know, there is no way for ASP to directly have another
window open.  I have done something similar by having ASP write 'VBScript'
that runs a window.open statement, but I stay away from Client side
scripting on actual Internet web applications.

Maybe you are talking about the 'links' that open a new window.  If that's
the case, the anchor tag (for hyperlinks):

<a href="http://www.wolfwares.com/AccessD" target="_blank">AccessD
Archives</a>

Above is an anchor tag.  It starts with < a >, and ends with a < /a >.  The
href property denotes the URL to navigate too, and the TARGET property
denotes where to load the page.  _blank tells it to open it in a new browser
window.  If you were using frames, then putting the 'name' of the frame in
the Target will load that URL in that frame.  Or, if you use the window.open
script line, you can use the name that you give the new window in that
script line, to send the new URL too.

Of course, ironically, this post will get a little goofy in the archives,
because the 'example' above is going to show up as HTML, so it will be a
hyperlink.  So here is a modified version (I'll add spaces to it.

< a href="http://www.wolfwares.com/AccessD" target="_blank" >AccessD
Archives< /a >

Drew
-----Original Message-----
From: Jim DeMarco [mailto:Jdemarco at hshhp.org]
Sent: Tuesday, April 08, 2003 11:51 AM
To: accessd at databaseadvisors.com
Subject: RE: [AccessD] AccessD Archives are UP!


Thanks Drew.  Can I ask what your ASP code that opens a new window looks
like?

Thanks,

Jim DeMarco


-----Original Message-----
From: Drew Wutka [mailto:DWUTKA at marlow.com]
Sent: Tuesday, April 08, 2003 12:43 PM
To: 'accessd at databaseadvisors.com'
Subject: RE: [AccessD] AccessD Archives are UP!


You're welcome.  It's all Access! <grin>

Drew

-----Original Message-----
From: Gary Kjos [mailto:garykjos at hotmail.com]
Sent: Tuesday, April 08, 2003 7:34 AM
To: accessd at databaseadvisors.com
Subject: Re: [AccessD] AccessD Archives are UP!


Thanks Drew. The searches seem very quick.

Gary Kjos
garykjos at hotmail.com





>From: Drew Wutka <DWUTKA at marlow.com>
>Reply-To: accessd at databaseadvisors.com
>To: "'AccessD at databaseadvisors.com'" <AccessD at databaseadvisors.com>
>Subject: [AccessD] AccessD Archives are UP!
>Date: Mon, 7 Apr 2003 19:15:44 -0500
>
>Actually, they have been up for almost a week.  It's just taken me a while
>to finish up some of the code issues, and to add some info/help pages.
>
>http://www.wolfwares.com/AccessD
>
>Right now the archives are using my Wolfwares.com 'theme', but hopefully in
>the near future they will match the dba website.  (The webmaster for dba
>has
>access to these files, so when he gets the chance, he'll be modifying my
>pages to match the 'new' dba site).
>
>Drew
>
>
>_______________________________________________
>AccessD mailing list
>AccessD at databaseadvisors.com
>http://databaseadvisors.com/mailman/listinfo/accessd
>Website: http://www.databaseadvisors.com


_________________________________________________________________
The new MSN 8: advanced junk mail protection and 2 months FREE*  
http://join.msn.com/?page=features/junkmail

_______________________________________________
AccessD mailing list
AccessD at databaseadvisors.com
http://databaseadvisors.com/mailman/listinfo/accessd
Website: http://www.databaseadvisors.com
_______________________________________________
AccessD mailing list
AccessD at databaseadvisors.com
http://databaseadvisors.com/mailman/listinfo/accessd
Website: http://www.databaseadvisors.com


****************************************************************************
*******
"This electronic message is intended to be for the use only of the named
recipient, and may contain information from Hudson Health Plan (HHP) that is
confidential or privileged.  If you are not the intended recipient, you are
hereby notified that any disclosure, copying, distribution or use of the
contents of this message is strictly prohibited.  If you have received this
message in error or are not the named recipient, please notify us
immediately, either by contacting the sender at the electronic mail address
noted above or calling HHP at (914) 631-1611. If you are not the intended
recipient, please do not forward this email to anyone, and delete and
destroy all copies of this message.  Thank You".
****************************************************************************
*******

_______________________________________________
AccessD mailing list
AccessD at databaseadvisors.com
http://databaseadvisors.com/mailman/listinfo/accessd
Website: http://www.databaseadvisors.com
_______________________________________________
AccessD mailing list
AccessD at databaseadvisors.com
http://databaseadvisors.com/mailman/listinfo/accessd
Website: http://www.databaseadvisors.com


****************************************************************************
*******
"This electronic message is intended to be for the use only of the named
recipient, and may contain information from Hudson Health Plan (HHP) that is
confidential or privileged.  If you are not the intended recipient, you are
hereby notified that any disclosure, copying, distribution or use of the
contents of this message is strictly prohibited.  If you have received this
message in error or are not the named recipient, please notify us
immediately, either by contacting the sender at the electronic mail address
noted above or calling HHP at (914) 631-1611. If you are not the intended
recipient, please do not forward this email to anyone, and delete and
destroy all copies of this message.  Thank You".
****************************************************************************
*******

_______________________________________________
AccessD mailing list
AccessD at databaseadvisors.com
http://databaseadvisors.com/mailman/listinfo/accessd
Website: http://www.databaseadvisors.com


More information about the AccessD mailing list