473,508 Members | 2,412 Online
Bytes | Software Development & Data Engineering Community
+ Post

Home Posts Topics Members FAQ

XMLHttpRequest stopped cold

Hi All-
after reading a bit more, and writing a few examples, I have begun a
project which really uses the Dynamic data loading. BUT when I tried the
code out, I get 'permission denied' in Mozilla, Firefox 1.04 and the
Safari I have on this machine.

Looking in the newsgroups, I see another post (at exactly this time of
year) which say matter of factly that I have to sign my script. SO I
look into the refs.

BUT, the cononical reference to the nifty tool is
http://developer.netscape.com/softwa...j/jarpack.html

and that is down. netscape devedge seems to be in some sort of
transition. I do not know a damn thing about the security models, or
Java, but I am willing to do what is necessary to get my JAVASCRIPT code
working.

Pointers and knowledgable anecdotes Very Much Appreciated
ps- I did get the jibbering code to use conditionally IE or Moz versions
of XMLHttpRequest.
Dec 27 '05 #1
4 2106
VK

one man army wrote:
I am willing to do what is necessary to get my JAVASCRIPT code
working.
Everything? Including paying money for that?
Then right here:
<http://www.mozilla.org/projects/security/components/signed-scripts.html>
and after that right there:
<http://www.thawte.com/ssl-digital-certificates/code-signing/index.html>
(get $199 ready on your card, plus all id's and credentials check will
take about one week).
Pointers and knowledgable anecdotes Very Much Appreciated


That would be useful to know (though not solving the problem):
<http://groups.google.com/group/comp.lang.javascript/browse_frm/thread/f118b500b4c91788/f7c4e5ef1bafa81a#f7c4e5ef1bafa81a>

Also join to JSONet project to get the problem into your own hands -
out of greedy hands of certificate authorities and unresponsive hands
of browser producers:
<http://groups.google.com/group/comp.lang.javascript/browse_frm/thread/f083e3925a345f31/bc987f7013afde92#bc987f7013afde92>

Dec 27 '05 #2
In article <11*********************@g49g2000cwa.googlegroups. com>,
"VK" <sc**********@yahoo.com> wrote:
http://groups.google.com/group/comp....hread/f118b500
b4c91788/f7c4e5ef1bafa81a#f7c4e5ef1bafa81a


If it takes $200 then that is not out of the question, but I need to
find the fastest and surest way to a working app. I am committed to
getting a demo out by Jan 7th.

Workaround?

hmmm.. or I can send the request as a traditional POST, get the XML back
and navigate to a new page. I saw it happen. I am new at this, so
gymnastics are particularly challenging.

More insights out there?
Dec 27 '05 #3
In article <ne**************************@newsclstr02.news.pro digy.com>,
one man army <ne****@screenlightDOT.com> wrote:
.. I have to sign my script ..


I do not want to get too hung up on this one XMLHttpRequest track.
Dynamic is great, but there are two other routes, I think... I need demo
sfwr!

--
ONE is that PHP can be called inline from Javascript. yes? PHP seems
to have no problem calling the URL with a POST to get the data, and
holding the response in variable while things move forward. Problem is,
I know almost as little about PHP as I do about Java security models. I
have one working code example that would need to be modified.

--
TWO is that standard submit behavior will call myself with a CGI tail
on it. I have written a CGI before. Perl can call the URL and cache the
response for sure, but I have to rewrite the WHOLE page with some
additional content in it? I am essentially linking to a new page this
way. That is not necessarily bad, if I can get the data back into the
Javascript realm. Write to a hidden text field, then onload() read it?
this is new to me. As ususal, pointers and knowledgable anecdotes
welcome
Dec 27 '05 #4
In article <ne**************************@newsclstr02.news.pro digy.com>,
one man army <ne****@screenlightDOT.com> wrote:
In article <ne**************************@newsclstr02.news.pro digy.com>,
one man army <ne****@screenlightDOT.com> wrote:
.. I have to sign my script ..


I do not want to get too hung up on this one XMLHttpRequest track.
Dynamic is great, but there are two other routes, I think... I need demo
sfwr!

--
ONE is that PHP can be called inline from Javascript. yes? PHP seems
to have no problem calling the URL with a POST to get the data, and
holding the response in variable while things move forward. Problem is,
I know almost as little about PHP as I do about Java security models. I
have one working code example that would need to be modified.

--
TWO is that standard submit behavior will call myself with a CGI tail
on it. I have written a CGI before. Perl can call the URL and cache the
response for sure, but I have to rewrite the WHOLE page with some
additional content in it? I am essentially linking to a new page this
way. That is not necessarily bad, if I can get the data back into the
Javascript realm. Write to a hidden text field, then onload() read it?


It seems there is a pure Javascript way to do what I need here. I have
some pre-fetched data written as an object array on the page (thanks
faqts.com), and I use the window location.search to get the submitted
data onLoad().

anyway, still moving...
Dec 28 '05 #5

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

Similar topics

8
5425
by: Horhayson | last post by:
Running W2k Server SP4, my application event viewer says that the Active Server Pages service is stopped. How and what do I need to do to start the service, and why does it stop? *** Sent...
10
14061
by: Matt Kruse | last post by:
I'm aware of the circular reference memory leak problem with IE/closures. I'm not sure exactly how to resolve it in this situation. Also, Firefox appears to grow its memory size with the same code....
2
4675
by: CSDunn | last post by:
Hello, My boss is considering the purchase of a calendar/scheduler program for our school district, and part of the setup calls for the installation of Macromedia's Cold Fusion software. My bosses...
4
1997
by: tomlebold | last post by:
I'm a Microsoft Access and ASP.NET developer. Currently I'm working at a company that uses Cold Fusion and we can't find any developers. I suggested that we use ASP.NET and Visual Studios. The...
1
1928
by: Tom LeBold | last post by:
I'm a Microsoft Access and ASP.NET developer. Currently I'm working at a company that uses Cold Fusion and we can't find any developers. I suggested that we use ASP.NET and Visual Studios. The...
4
3407
by: Lloyd Dupont | last post by:
A cold start of my application takes about 15 seconds. Further startup takes only 1 seconds. After a reboot other cold start takes less than 15 seconds, perhaps 3~4s. I tried to improve cold...
1
4012
by: geevaa | last post by:
http://www.phpbuilder.com/columns/kassemi20050606.php3 XMLHttpRequest and AJAX for PHP programmers James Kassemi Introduction: Although the concept isn't entirely new, XMLHttpRequest...
4
3000
by: jackchang1 | last post by:
Hi, group I have a problem with IE when using XMLHttpRequest object in asynchronous mode. I have a page, and when it is closed, the onunload event handler of the page will create an...
0
7223
marktang
by: marktang | last post by:
ONU (Optical Network Unit) is one of the key components for providing high-speed Internet services. Its primary function is to act as an endpoint device located at the user's premises. However,...
0
7115
by: Hystou | last post by:
Most computers default to English, but sometimes we require a different language, especially when relocating. Forgot to request a specific language before your computer shipped? No problem! You can...
0
7321
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,...
0
7377
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...
1
7036
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...
0
5624
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,...
0
4705
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...
0
3179
by: adsilva | last post by:
A Windows Forms form does not have the event Unload, like VB6. What one acts like?
0
414
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...

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.