Closed Bug 68595 Opened 24 years ago Closed 23 years ago

browser does't pass variables to an asp page

Categories

(Core Graveyard :: Plug-ins, defect)

defect
Not set
major

Tracking

(Not tracked)

RESOLVED FIXED
mozilla1.0.1

People

(Reporter: kiwi, Assigned: john)

References

()

Details

From Bugzilla Helper:
User-Agent: Mozilla/4.0 (compatible; MSIE 5.5; Windows 98)
BuildID:    

=======================
Your Name:Enrico Furlan
Your E-Mail:xillion@libero.it
Your Phone: 003986890273
=======================
Bug Description , browser does't pass variables to an asp page
=======================
Summary:
Steps to Reproduce:
1. go to www.morethantiles.com access 'planner' resource
2. register & insert chosen user id and password in planner's flash 
interface
3. click on carica
Expected Results: the application sends parameters to an asp page and 
gives feedback


Actual Results:parameters are not passed to the asp page via netscape 6 
but are on other browsers
=======================
Platform:
=======================
Power Macintosh___no_____
Windows 95/98___yes_____
Windows NT___no_____
Windows 2000___no_____ 
Windows ME___yes_____ 
=======================
Browser Information: version was downloaded yesterday from netscape 
website
=======================
Browser: netscape
Browser Version: 6
=======================
System Information:
=======================
Hardware: intel p2 266 , asus p2l97 , samsung hd 4,3 gigs , western 
digital hd 4,3 gigs , matrox g100 + creative voodoo2 + fast fps60 , 
creative awe 64 , waitec 4x4x24 , asus 36x cdrom.
OS Version: minllenium edition
RAM: 196
======================= 



Reproducible: Always
Steps to Reproduce:
=======================
Your Name:Enrico Furlan
Your E-Mail:xillion@libero.it
Your Phone: 003986890273
=======================
Bug Description , browser does't pass variables to an asp page
=======================
Summary:
Steps to Reproduce:
1. go to www.morethantiles.com access 'planner' resource
2. register & insert chosen user id and password in planner's flash 
interface
3. click on carica
Expected Results: the application sends parameters to an asp page and 
gives feedback


Actual Results:parameters are not passed to the asp page via netscape 6 
but are on other browsers
=======================
Platform:
=======================
Power Macintosh___no_____
Windows 95/98___yes_____
Windows NT___no_____
Windows 2000___no_____ 
Windows ME___yes_____ 
=======================
Browser Information: version was downloaded yesterday from netscape 
website
=======================
Browser: netscape
Browser Version: 6
=======================
System Information:
=======================
Hardware: intel p2 266 , asus p2l97 , samsung hd 4,3 gigs , western 
digital hd 4,3 gigs , matrox g100 + creative voodoo2 + fast fps60 , 
creative awe 64 , waitec 4x4x24 , asus 36x cdrom.
OS Version: minllenium edition
RAM: 196
======================= 



=======================
Your Name:Enrico Furlan
Your E-Mail:xillion@libero.it
Your Phone: 003986890273
=======================
Bug Description , browser does't pass variables to an asp page
=======================
Summary:
Steps to Reproduce:
1. go to www.morethantiles.com access 'planner' resource
2. register & insert chosen user id and password in planner's flash 
interface
3. click on carica
Expected Results: the application sends parameters to an asp page and 
gives feedback


Actual Results:parameters are not passed to the asp page via netscape 6 
but are on other browsers
=======================
Platform:
=======================
Power Macintosh___no_____
Windows 95/98___yes_____
Windows NT___no_____
Windows 2000___no_____ 
Windows ME___yes_____ 
=======================
Browser Information: version was downloaded yesterday from netscape 
website
=======================
Browser: netscape
Browser Version: 6
=======================
System Information:
=======================
Hardware: intel p2 266 , asus p2l97 , samsung hd 4,3 gigs , western 
digital hd 4,3 gigs , matrox g100 + creative voodoo2 + fast fps60 , 
creative awe 64 , waitec 4x4x24 , asus 36x cdrom.
OS Version: minllenium edition
RAM: 196
=======================
Moving to m1.0
Target Milestone: --- → mozilla1.0
Isn't this networking?
Assignee: av → darin
Component: Plug-ins → Networking: HTTP
QA Contact: shrir → tever
reporter: can you verify this problem against a recent nightly build of mozilla
or perhaps against 0.8.1?  thx!

peterl: why do you think this might be networking problem?  i don't believe
that we consider the file extension of the URL when POST'ing data... it is
up to our client to determine whether or not a POST data stream is required.
seems to me that layout (or whomever is generating this request) should 
verify that the POST data stream is being set on the HTTP channel.

-> pollmann
Assignee: darin → pollmann
Component: Networking: HTTP → Layout
Back to Andre - and the circle completes!  Since the only thing on this page is
a Flash plugin, I'm pretty sure they are using the plugin stream api, which
AFAIK, is implemented in plugin land.  Feel free to pass this back if I'm wrong
though!  :)

URL: http://www.morethantiles.com/planner/planner2.html
Source:

<HTML>
 <HEAD>
  <TITLE>Planner2</TITLE>
 </HEAD>
 <BODY bgcolor="#FFFFFF">
 <div align="center"><OBJECT classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000"
codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=5,0,0,0"
 WIDTH=750 HEIGHT=550>
    <PARAM NAME=movie VALUE="Planner2.swf">
    <PARAM NAME=quality VALUE=high>
    <PARAM NAME=bgcolor VALUE=#FFFFFF>
    <EMBED src="Planner2.swf" quality=high bgcolor=#FFFFFF  WIDTH=750 HEIGHT=550
TYPE="application/x-shockwave-flash"
PLUGINSPAGE="http://www.macromedia.com/shockwave/download/index.cgi?P1_Prod_Version=ShockwaveFlash">
   </EMBED>
  </OBJECT> </div>
 </BODY>
</HTML>
Assignee: pollmann → av
Component: Layout → Plug-ins
Bugs targeted at mozilla1.0 without the mozilla1.0 keyword moved to mozilla1.0.1 
(you can query for this string to delete spam or retrieve the list of bugs I've 
moved)
Target Milestone: mozilla1.0 → mozilla1.0.1
I tried  to load URL from bug description on Linux and on Solaris: broser
crashes. I'm going to investigate this problem and then to investigate
problem with parameters.
I've also experienced this problem on all of ASP pages with FORM GET method.
Eaasier website to test on:  http://www.vahan.com/movies
It's an ASP search form written by myself. None of the specified search options
are  being passed to the next page...
I'm not sure this is 100% a plugin bug

--->over to jkeiser for a look
Assignee: av → jkeiser
Vahan, can you retest?  This WFM now, possibly fixed with bug 120682 (at least,
the parameters show up on the URL bar).
I tried the nightly build.  It's fixed and working


Thanks!
Fixed with bug 120682, almost certainly.
Status: NEW → RESOLVED
Closed: 23 years ago
Resolution: --- → FIXED
Product: Core → Core Graveyard
You need to log in before you can comment on or make changes to this bug.