Open A Client Socket Without Reloading Page

Jun 1, 2005

Does anyone knows if it's possible to open a client socket with javascript ? I want to update information on a page without reloading it. And no, I don't want to you Java

View 14 Replies


ADVERTISEMENT

Open A Filedialog On Client Side Machine

May 26, 2009

i want to open filedialog on client machine in javascript (in jsp page) ,Following is the code i have written but it is not working

var Frame = new java.awt.Frame();
var fd = new java.awt.FileDialog(Frame, "Browse File",java.awt.FileDialog.SAVE);
fd.toFront();
fd.show();
var getDirectory = new java.awt.FileDialog(Frame);
[Code]...

View 3 Replies View Related

Script To Open A DOS Command Window And Run Exe On Client (INTRANET)

Jul 20, 2005

I have an asp.net app running on an Intranet. From one of my aspx
pages I would like to run a javascript that will run the following
command OUTSIDE of the IIS/asp.net environment on the CLIENT machine
(remember, a controlled Intranet!). Is this possible? This windows
program needs to be opened and data entered periodically while using
the asp.net app as well.

The exe runs in a dos command window, tied to a Citrix ica file.

C:Program FilesCitrixICA Clientwfica32.exe ciq.ica

View 11 Replies View Related

Link To Open Email Client And Attach File?

Oct 9, 2011

Not sure if this relates more to PHP or Javascript/jQuery, but is there a way to attach a file to an email client (i.e Outlook), when user click on a link/button?I have a link that generates a PDF and I want it so that, when someone click on a link, it will open up their email client with the PDF already attached, and subject already fill in.I know, you can use <a href="mailto."but that only opens up the mail client. I also need to attach a file with a subject fill in.

View 5 Replies View Related

Socket Connections

Jul 23, 2005

Is it possible to handle socket connections with javascript?

View 2 Replies View Related

Displaying Data On Same Page Without Reloading Page

May 29, 2006

I would the user of my website to click a link on a page and for some information to display on the page without a reload of the page. This is what I would like to happen in my specific case:The user clicks the name of the cd and the full track list and a small image displays above it, without going to a new page.

View 2 Replies View Related

Javascript And Server Socket

Feb 2, 2006

I'd like to implement a server socket in java: something linke the following example.

The problem is that the HTML has not the permission to execute instruction
serverSocket = Components.classes["@mozilla.org/network/server-socket;1"].
createInstance(Components.interfaces.nsIServerSock et);

Question:

1 - how do I give it this permisison?

2 - one solution I thought was to put the javascript code in a firefox
extension, to load, so it should have all needed permisison, but,
How can I call a java script function define in an extension
from an html page? - there's some particular syntax? ....

View 2 Replies View Related

How To Talk Locally With Socket App

Apr 3, 2011

I'm creating a simple TCP/IP app that will assist in data storage with my JavaScript. The two main purposes of the app is to create local storage and make network connects.Anyone know how to get JavaScript to talk locally with the socket app? I know that XMLHTTPRequest is said to talk to TCP/IP. Is there anyway to make JavaScript point locally rather than toward the web?

View 14 Replies View Related

Changing The URL Without Reloading The Page

Sep 20, 2005

I have a page that has several layers that I will either show/hide
based on a graphic/tab that the user clicks. (works perfectly)

On several of the layers there are forms that the user can update
information on. Well, after the user updates the information, I need
to 1.) refresh the data on the page(means a reload of the page), and
2.) take the user right back to were they started.

My problem is that when I refresh, the page goes back to the 1st layer
that is set as default to show.

So, here is what I did. I have two functions.

Function 1 is called when the user clicks on one of the tabs (Assets)
in this case. This will 1.) show the Assets tab and 2.) hide all the
rest of the tabs.

Well if I update that form for Assets, I need to 1.) refresh the data
and 2.) bring the user right back to Assets.

What I did for this (please tell me if there is a better way) was to
set a hidden field with the lastlocation of where the user clicked. In
this case the field value is now set to Assets.

So far everything is working great...

Well, if I submit the form because I've updating information, I need to
return back to the assets layer. To do this I set the location.url and
put a var in the url that I evaluate when I OnLoad the page. If the
value = Assets then I am able to show/hide the layers to get to the
Assets.

Again, this works great after much banging of my head against the
wall... Here come the problem.

Because I set the location.URL (I've also tried location.href) the
browser will automatically refresh. I do not want this. I want to set
the url and only refresh when I want to.

For example when I submit a form that updates data.

View 6 Replies View Related

Reloading A Page Programatically

Jul 20, 2005

Is there a way of reloading a page programatically - for example,

<script language="javascript>
document.location.reload()
</script>

BUT NOT HAVING TO MANUALLY CLICK A "RESET" BUTTOM.

View 1 Replies View Related

Page Keeps Reloading Because Of Tooltip?

Jun 1, 2009

I made a form with a tooltip function when you hover over an input field.But when I load the page, after about 500ms, the page turns white and the ""Loading..."-message from the browser stays forever.I found out that this is because of the tooltip function, especially the code:document.write(table)

Here's the javascript:
//////// Tooltip code
///////////////////////

[code]....

View 1 Replies View Related

Refresh A Div Tag With Reloading The Page?

Feb 24, 2011

I have a div tag that I want to loop through and refresh at the end of the loop. I understand Ajax is probably the best option for this but how do I refresh just the div tag alone without reloading the page?

In the title I meant to say How do I refresh a div tag without reloading the page?

View 1 Replies View Related

Error Reloading Page

Sep 4, 2003

I have a window that generates a popup. In the popup a link takes you to a second page within the popup.In the 2nd page of the popup I have the following

Code:

<body onUnload="opener.location.replace(window.opener.location);">
This reloads the original parent window. This reloads the page but is causing the problems, the page seems to change but it is going to this URL

http://www.mysitehere.com/[object]

It should refresh the page but instead it is adding the [object] piece to the end.

Do you have any idea's on how to fix this (or an alternative)?

View 2 Replies View Related

Page Keeps Reloading - Js - Html5

Nov 21, 2011

I'm trying to learn js &html5. now i have an issue. i'm working on a dice game (craps) using the html5 <canvas>. my dice are working fine but every time i click the "roll" button the page reloads which resets my form. the form provides feedback about the rolls. it includes the output of the counter variable, and win, lose, or shoot again info.

Html5 can be viewed at

Here is some of the js. if you need it all i'll post it later - just let me know.

Fyi- if i take the call to fxInit() out of the body tag in the html5 the canvas does not persist, it blinks with every (roll) onClick Event

I have used ie9 js debugger and it steps through flawlessly every time 4-5 counts .

var firstTurn = true;

View 6 Replies View Related

Restarting Function Without Reloading Page

Dec 3, 2010

I have a google map which shows a car moving along a line that it reads from xml.the problem is that if the user clicks the button again without reloading the page, the map moves but the car remains at its last point.From what I can figure out, this means that the startAnimation() function has restarted but the animate(d) function has not restarted. but trying to call the animate(d) function from the button, where the startAnimation() gets called,is there some way of resetting the animate(d) function when the startAnimation() function gets called, so everything goes back to the start? Or is there some other way of "refreshing" everything without reloading the page?

View 9 Replies View Related

Reloading A Number Without Refreshing The Page?

May 2, 2011

I'm trying to create a feature similar to facebooks "like" system.

I have a page with peoples posts in, and when someone clicks on "like", I want to first run the query to insert a new like into the database, then reload just the number of likes, without refreshing the entire page.

I know this way is harder but I want it to work without reloading everything. Here's what I have so far:

function for like (reverse engineered, might be completely wrong..)

function like(){
$('#postoptions').load('php_files/likecount.php');
}
postoptions.php

[Code]....

I know that at the moment there is no query to add an entry to the database when clicking on the like link, but I'm not too sure how to put it. I tried putting this:

$addLike = "INSERT INTOlike (username, postid) VALUES ('$username','$postid')";
$run = mysql_query($addLike) or die(mysql_error());

but because the posts are loaded with a while loop, clicking like on one made me like all of them on that page.

I though reloading the "likecount.php" page would reload the count for the page?

View 4 Replies View Related

Refresh DIV Content Without Reloading Page?

Aug 19, 2009

I'm trying to reload some dynamic content that is contained within div tags without refreshing the entire page. After some searching it appears that Ajax is my best bet, but I have never worked with JQuery before.

Here is the code snippet from the page containing the data I'm looking to refresh when a user click the "update" form button:

Code:
<div id="data">
<table cellpadding="0" cellspacing="2">
<tr>

[Code]....

As you can see I'm currently just reloading the entire page, which is weak.

View 24 Replies View Related

Submit Form Without Reloading Page?

May 15, 2011

I wish to submit a form without reloading the page, so I'm guessing I need some ajax to handle this. Here is an example of a simplified form:

HTML Code:
<form action="email.php" method="post" id="contact">
<textarea name=msg id="msg">

View 1 Replies View Related

Reloading Site With Correct Page

Aug 8, 2011

I developed a website which should be in german and english. I need to load the site depending on the browser's language. If the user's browser is english and he types URL>..then I have to load the english site with URL...and if the language is german I have to load always URL... I have created a redirect.htm on IIS as the default document and that is not working.

View 1 Replies View Related

JQuery :: Submit Button Reloading Page When There Is An If?

Feb 19, 2011

I have a form that I perform some AJAX business on when it is submitted. However, I wanted to have an if...else statement but when I add it it allows the page to refresh upon submit. For example.

[Code]...

View 6 Replies View Related

Reloading Outer Page-browser From Within Iframe?

Jan 24, 2009

I work mostly in PHP, with just a bit of JavaScript when necessary. I've inherited an app that among other things, uploads files to the server. When the user clicks the "Save" button, it targets an invisible iframe and actions the php upload script -- that is:

Code:

<form action="doupload.php" method="post" enctype="multipart/form-data" name="doupload" target="doupload_iframe_target">

The outer, top level window has the icons for the files uploaded so far, and the total number.

The upload works fine, but the icons & total count don't get updated in the outer window unless I manually click refresh on the browser. Naturally, I'd like the new number and icon list to appear automatically after an upload, so I tried putting both:

window.location.reload(); and parent.location.reload();

at the end of the doupload.php script within the iframe (appropriately encapsulated in <script> </script>).

Both of which work, sort of, but they apparently repost the data to the iframe, which causes the upload to be re-executed, which then causes the reload to happen again, for an endless loop.

If I manually refresh the browser page from the firefox toolbar, this doesn't happen; it just refreshes and shows the new total number & appropriate icons.

So obviously I'm out of my depth here with the javascript and dom structure. I want to refresh the top window without reposting to the iframe.

View 4 Replies View Related

Filter Search Results Without Reloading Page?

Apr 27, 2011

how to do the following, here is a simplified example:

Let's say I have a database of pictures of animals. A search for "pets" is performed and it loads a page of thumbnail images. Somewhere on the page is a list of other search criteria (text link or checkbox) that would narrow the initial returned results. An example would be "cats", "dogs", "hamster", etc.

Is there a way after the initial search is performed that the results could be further filtered without having to hit a submit button and reload the page?

View 3 Replies View Related

A Way To Recieve Data From The Server Without Reloading The Page?

Apr 13, 2005

is there a way to send data to the server through a form , and then receive the response from the server without reloading a new page? kind of like the LoadVars object in flash?

View 2 Replies View Related

Autoplaying A Youtube Video Via JS Without Reloading Page?

Aug 28, 2006

I am embedding several youtube videos on a page, by default, youtube videos do not autoplay.

To get them to autoplay, one simply appends &autoplay=1 to the youtube url.

E.g. http://www.youtube.com/v/6YR0LGK_HHA&autoplay=1
(will autoplay)

As opposed to:
http://www.youtube.com/v/6YR0LGK_HHA
(will not autoplay)

Does anyone know of a cool trick for being able to do this when the client clicks on a JS link labelled Play Video (without refreshing the page)? Code:

View 3 Replies View Related

Ajax :: Beginning - Nteraction Without Reloading The Page

Sep 22, 2009

I'm starting to learn Ajax after playing around with JSP and Javascript, I felt the need for interaction without reloading the page. I've searched everywhere for a simple java servlet/ajax example that I can play around with but just found a lot of asp and complex java examples. basic as typing a name in a text field and text being displayed beneath the text field after the word/letter has been typed. i.e. User must enter a name that is 3 or more letters else the text says "Error". I'm currently using Netbeans, so if the example could work there, that wold be preferable!

View 9 Replies View Related

Stop Tabs With Query Strings From Reloading Page?

Aug 18, 2009

I have a set of tabs that are set with an href that adds a query string to the url such as "?t=1", meaning the first tab is selected.

Technically it works just fine but every time I click a tab it reloads the page and I'm not entirely sure how to stop this.

I'm using a jquery plugin to handle the query strings. Here's the plugin [URL].

Here's the piece of the code that matters:

var url = location.search;
var tab = $.query.get('t');
init(tab);
function init(tab){

[Code]....

View 3 Replies View Related







Copyrights 2005-15 www.BigResource.com, All rights reserved