473,626 Members | 3,351 Online
Bytes | Software Development & Data Engineering Community
+ Post

Home Posts Topics Members FAQ

Please enlighten me:-0 HELP Please

hi there I am struggling with javascript. Can you please help me

I've managed to get the get URL in flash to open a html that has the
function that opens the Feedback form I want.

I Couldn't get the feedback form to load directly from the flash
because I had to use the function in dreamweaver that opens it with
the specifications I wanted.

That being just a simple box with no menus etc...

Only problem is I cant get the form to sit in the top left
positioning??st yles??

and how do you get the original html that opens it to close or not
even open but execute the function and the feedback form html??

thanks
kevin
Jul 20 '05 #1
2 1892
"kevin" <le************ *@hotmail.com> wrote in message
news:c4******** *************** **@posting.goog le.com...
hi there I am struggling with javascript. Can you please
help me I've managed to get the get URL in flash to open a html that
has the function that opens the Feedback form I want.

I Couldn't get the feedback form to load directly from the
flash because I had to use the function in dreamweaver that
opens it with the specifications I wanted.

That being just a simple box with no menus etc...

Only problem is I cant get the form to sit in the top left
positioning??s tyles??

and how do you get the original html that opens it to close
or not even open but execute the function and the feedback
form html??


So, you appear to be using a link in a Flash to navigate to a new HTML
page that opens a pop-up in which the feedback form is loaded. The
intermediate HTML page is unnecessary as the Flash getURL function is
capable of executing javascript: pseudo-protocol URLs directly (though
there are plenty of reasons for not attempting that).

I suspect, from your description, that your level of understanding of
web authoring/programming does not extend beyond the operating of
Dreamweaver (they say that when you really understand something you are
also able to explain it). Unfortunately that leaves you with two
choices; rely on Dreamweaver to understand what it is doing [1] and
accept that when you are not able to get it to do what you want then you
will not be able to do it, or learn the technologies that go towards web
authoring so you can work up to the real limitations imposed by the
medium.

Learning the technologies will take time, effort, and probably a couple
of books (and/or their online equivalents). It is certainly unrealistic
for a usenet response to attempt to take you from a starting point of
zero to a position where you would be able to make informed decisions
about whether and how to open and position new browser windows, and/or
interact with Flash without using the javascript: pseudo-protocol. (It
is worth mentioning, if you intend attempting to learn JavaScript, that
the Macromedia/Dreamweaver JavaScript functions are among the worst ever
written. They have no merits beyond illustrating how not to write
JavaScript and should under no circumstances be taken as examples of how
to write JavaScript in terms of either style or strategy.)

Incidentally, I have previously read comments along the lines of "it is
OK to rely on Flash and JavaScript and open new browser window because I
never get any complaints when I do so". If you use flash to trigger
JavaScript that opens a new window to access your feedback form you will
guarantee that you never get any feedback from anyone who is:-

1. Using a PDA/embedded browser that cannot open new window.
2. Using pop-up blocking software.
3. Using a browser configured to restrict pop-up window.
4. Using a browser that does not support JavaScript, or in
which JavaScript has been disabled.
5. Using a browser that has no Flash plug-in, or on which the
flash plug-in has been disabled/removed (Macromedia do not
provide equivalent Flash plug-ins for all OSs anyway).

You will, of course, have no way of knowing if the number of people who
fall into one or more of these categories (but would otherwise like to
view your site) is significant as you will never hear from them.

[1] Dreamweaver has no AI so it is unrealistic to expect it to
*understand* anything.

Richard.
Jul 20 '05 #2
thanks richard for the advice:-)

Maybe I should have the feedback form embedded in the swf file or even
create a simple html form to avoid complications of anyone not having
1 of the 2

thanks again
Jul 20 '05 #3

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

303
17582
by: mike420 | last post by:
In the context of LATEX, some Pythonista asked what the big successes of Lisp were. I think there were at least three *big* successes. a. orbitz.com web site uses Lisp for algorithms, etc. b. Yahoo store was originally written in Lisp. c. Emacs The issues with these will probably come up, so I might as well mention them myself (which will also make this a more balanced
1
1605
by: PerryC | last post by:
Can someone help me accomplish the following in a MSAccess Report: 1. Check if Me.Discipline = "RN" (within the source query) 2. Then check the Me.YearOfEmployment: (again within the same source query) if <2 then Me.BaseRate = BaseRate, if between 2 and <5 then Me.BaseRate = BaseRate * 1.03 if between 5 and <10 then Me.BaseRate = BaseRate * 1.03 * 1.03 ....
5
2212
by: jwa6 | last post by:
I get an runtime error w/ this code If Me!Obj = 5100 Then runtime error 13 type mismatch what is this testing for? IE: 5100 jim
6
3587
by: Mike Fellows | last post by:
I have a windows form with a tabcontrol on it within each tabpage there is a button that does basically the same thing except with the difference of one variable at the end of each of the button.click sub i run me.close() me.close() works on 2 of the 3 buttons with no problems on one of the forms it leaves the windows form open, even though when
5
1563
by: Agnes | last post by:
For my own practices. I like to put "Me". e.g IF Me.txtInvoice.textlength = 0 ....... etc Me.txt.....etc However, Is there any difference (without Me) ?? Thanks
14
10775
by: Richard Thornley | last post by:
Hello, I realize that this is a very basic question but is there an advantage to using Me.ControlName.Text over just using ControlName.Text? I have been leaving the Me. off but would include it if there are benefits. Thanks, Richard
24
3565
by: Water Cooler v2 | last post by:
What is the difference between the Me and the MyClass keywords? I understand Me that it represents the specific instance of the class. When you're inside the object instance, it refers to itself using the Me keyword. What is the MyClass keyword used for?
6
1663
by: John | last post by:
Hi, Maybe someone can explain the use of "Me" to me? The example class CPoint3 uses the Me reference in the output statement: Console.WriteLine("CPoint3 constructor: {0}", Me) The text states: "This implicitely invokes the class's ToString method". This would be clear if Me.ToString was used, which I tested and works too!. Actually, Me.Anything works and gives the same results as long as Anything is a class member.
3
2025
by: Jerry Spence1 | last post by:
A very useful feature was added in 2.0 of .NET framework which was the scaling of a form and all the controls within it. This is really useful but I am finding very little information of how to use it. I have managed to implement it as follows: Private Sub Button1_Click(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles Button1.Click Dim addSize As New SizeF(0.5F, 0.5F)
4
5281
by: darrell | last post by:
I recently wrote a program in Access VBA that contains this snippet of code: For i = 1 to TotalBanks With Me("txtBank" & Chr(i + 64)) .BackColor = vbBlue .ForeColor = vbWhite End With Next i The above code was tested and works.
0
8705
Oralloy
by: Oralloy | last post by:
Hello folks, I am unable to find appropriate documentation on the type promotion of bit-fields when using the generalised comparison operator "<=>". The problem is that using the GNU compilers, it seems that the internal comparison operator "<=>" tries to promote arguments from unsigned to signed. This is as boiled down as I can make it. Here is my compilation command: g++-12 -std=c++20 -Wnarrowing bit_field.cpp Here is the code in...
0
8637
jinu1996
by: jinu1996 | last post by:
In today's digital age, having a compelling online presence is paramount for businesses aiming to thrive in a competitive landscape. At the heart of this digital strategy lies an intricately woven tapestry of website design and digital marketing. It's not merely about having a website; it's about crafting an immersive digital experience that captivates audiences and drives business growth. The Art of Business Website Design Your website is...
1
8364
by: Hystou | last post by:
Overview: Windows 11 and 10 have less user interface control over operating system update behaviour than previous versions of Windows. In Windows 11 and 10, there is no way to turn off the Windows Update option using the Control Panel or Settings app; it automatically checks for updates and installs any it finds, whether you like it or not. For most users, this new feature is actually very convenient. If you want to control the update process,...
0
7193
agi2029
by: agi2029 | last post by:
Let's talk about the concept of autonomous AI software engineers and no-code agents. These AIs are designed to manage the entire lifecycle of a software development project—planning, coding, testing, and deployment—without human intervention. Imagine an AI that can take a project description, break it down, write the code, debug it, and then launch it, all on its own.... Now, this would greatly impact the work of software developers. The idea...
0
5574
by: conductexam | last post by:
I have .net C# application in which I am extracting data from word file and save it in database particularly. To store word all data as it is I am converting the whole word file firstly in HTML and then checking html paragraph one by one. At the time of converting from word file to html my equations which are in the word document file was convert into image. Globals.ThisAddIn.Application.ActiveDocument.Select();...
0
4092
by: TSSRALBI | last post by:
Hello I'm a network technician in training and I need your help. I am currently learning how to create and manage the different types of VPNs and I have a question about LAN-to-LAN VPNs. The last exercise I practiced was to create a LAN-to-LAN VPN between two Pfsense firewalls, by using IPSEC protocols. I succeeded, with both firewalls in the same network. But I'm wondering if it's possible to do the same thing, with 2 Pfsense firewalls...
0
4197
by: adsilva | last post by:
A Windows Forms form does not have the event Unload, like VB6. What one acts like?
1
2625
by: 6302768590 | last post by:
Hai team i want code for transfer the data from one system to another through IP address by using C# our system has to for every 5mins then we have to update the data what the data is updated we have to send another system
2
1511
bsmnconsultancy
by: bsmnconsultancy | last post by:
In today's digital era, a well-designed website is crucial for businesses looking to succeed. Whether you're a small business owner or a large corporation in Toronto, having a strong online presence can significantly impact your brand's success. BSMN Consultancy, a leader in Website Development in Toronto offers valuable insights into creating effective websites that not only look great but also perform exceptionally well. In this comprehensive...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.