Flasher Archive

[Previous] [Next] - [Index] [Thread Index] - [Previous in Thread] [Next in Thread]


Subject: RE: FLASH: Target = _blank question
From: Eric Dunham
Date: Tue, 2 May 2000 03:21:08 +0100

Have you tried using a
window.open('yourfile.cfm?nam=value','your_win','attribs'); ?
I've never had a problem using a querystring with JavaScript and passing all
the name=value pairs that I want to the new page. And of course, all you
have to do with the new page is reference them via #URL.varname# It makes
life a lot easier (well, it did for me :)
HTH,
Eric Dunham

-----Original Message-----
From: owneratchinwag [dot] com [owneratchinwag [dot] com]On">mailto:owneratchinwag [dot] com]On Behalf Of Patrick
Fitzgerald
Sent: Monday, May 01, 2000 3:17 PM
To: flasheratchinwag [dot] com
Subject: Re: FLASH: Target = _blank question


Actually, what's happening is that the JavaScript is opening up the pop up,
and the .CFM file is firing.... only the variables aren't being passed to
the .CFM file from the .SWF form (I tried "Post" & "Get" with equally dismal
results). However, when I take the JavaScript out of the Get URL code and
then target a _blank page... it freakin' works..... but I can't control the
new page, other than to close it!!! AAARRRRGGHHH!!!

Patrick

----- Original Message -----
From: Sarah Lamont <slamontat2mtc [dot] com>
To: <flasheratchinwag [dot] com>
Sent: Monday, May 01, 2000 9:45 AM
Subject: Re: FLASH: Target = _blank question


> Do you know what the problem is with the Cold Fusion along with
> Javascript? (of course not... otherwise I guess you'd already know your
answer...;)
> well the reason I'm wondering is cause we've been able to use Cold
> Fusion along with Javascript popups without any problems.
> But - do you know what - a simple thing that might be messing your
> script up:
> (if you have the page with the cold fusion and javascript together, I
> assume this is a .cfm document?) When you view your page with a browser,
> view the source. Do you see the Javascript? If not, it is because [for
> _some_ reason] the Cold Fusion document is getting the comment tags
> messed up, and not even acknowledging the Java Script at all. I had this
> problem myself when trying to make pop up boxes dynamic. I used
> Javascript for the pop ups but when I put a query in for the page, it
> didn't do anything. I changed the tags that keep javascript from
> unenabled browsers to have only 2 dashes, and then everything worked.
> How, you ask? I HAVE NO CLUE. but who cares, it does. :]!
> just ask if you need more help and I'll try my best. :]
> hope that helped,
> §arah
>
> Patrick FItzgerald wrote:
> >
> > Geez, haven't you ever heard of breaking bad news gently? ; )
> > Unfortunately, I can't use Javascript with the Cold Fusion files I'm
accessing
> > (I don't know why... that's just what's happening).
> >
> > Patrick
> >
> > Jason Bouwmeester wrote:
> >
> > > Nope. In order to set those you have to use javascript to popup the
window.
> > >
> > > jb
> > >
> > > -----Original Message-----
> > > From: Patrick FItzgerald [patrickfatbestweb [dot] net (mailto:patrickfatbestweb [dot] net)]
> > > Sent: Monday, May 01, 2000 9:57 AM
> > > To: flasheratchinwag [dot] com
> > > Subject: FLASH: Target = _blank question
> > >
> > > Is it possible to assign values such as width, height, and menu bar to
a
> > > "target=_blank" command?
> > >
> > > Patrick
> > >
>
> --
> "When I die, I hope it can be said of me that I plucked a thistle and
> planted a flower where ever I thought a flower would grow." -Abraham
Lincoln
>
> flasher is generously supported by...
> ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
> Get the last 100 messages from the flasher list NOW
> http://www.chinwag.com/flasher/last100.shtml
>
> Flash books http://www.chinwag.com/flasher/books.shtml
> ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
> To unsubscribe or change your list settings go to
> http://www.chinwag.com/flasher or email helpatchinwag [dot] com
>
>


flasher is generously supported by...
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Get the last 100 messages from the flasher list NOW
http://www.chinwag.com/flasher/last100.shtml

Flash books http://www.chinwag.com/flasher/books.shtml
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
To unsubscribe or change your list settings go to
http://www.chinwag.com/flasher or email helpatchinwag [dot] com


flasher is generously supported by...
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Get the last 100 messages from the flasher list NOW
http://www.chinwag.com/flasher/last100.shtml

Flash books http://www.chinwag.com/flasher/books.shtml
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
To unsubscribe or change your list settings go to
http://www.chinwag.com/flasher or email helpatchinwag [dot] com


Replies
  Re: FLASH: Target = _blank question, Patrick Fitzgerald

[Previous] [Next] - [Index] [Thread Index] - [Next in Thread] [Previous in Thread]