Dragging & Dropping Data Between Browser Windows

Oct 12, 2004

I need to be able to drag and drop data from one browser window to another. Presumably javascript would be the best way to handle this, but I'm not making much headway with the onDragDrop handler. Specifically, I'm really not sure how to transfer the data via the mouse drag & drop..

View 1 Replies


ADVERTISEMENT

Dragging And Dropping A Selected Div Tag?

Jul 8, 2010

dragging and dropping a selected div tag.

View 2 Replies View Related

Disable Dragging Files To Browser?

Nov 4, 2010

I've been tasked with the javascript and layout for an application that uses the browser engine (embedded browser I supposed it is). So it's not the actual browser, it looks like an application. Problem is, you know how you can drag and drop an image or html file into a browser and it will open it? Well, can this be prevented via javascript?

View 4 Replies View Related

Browser Windows

Jul 23, 2005

is there a possibility to get the number or the names of open Browser windows ? I want to try to avoid double-opening of a page. My idea was to give the page a name and to check whether this name exists.

View 3 Replies View Related

Is Element In Browser Windows Or Not?

Mar 11, 2007

This problem is a little but difficult for me to explain, but I hope
you will get the idea.

I have some javascript code, where I:
document.getElementById(el).style.display="";
document.getElementById(el).scrollIntoView(true);

so basically, the element was hidden, but I am setting it to
not-hidden, and I want the browser to scroll so the element is visible
by the user. BUT, if the element is allready in the current
browserwindows, then I don't want to scrollIntoView, since this will
move the element - in that case, I'd rather do nothing.

But how do I check for that?

I hope I made myself understandable. The word "hidden" has two menings
in this post - one is that the element is hidden and therefor is not
displayed in the broser no matter how much you scroll. The other is
that the element isn't hidden - you just need to scroll in order to
see it.

View 9 Replies View Related

Windows Popup In The Browser

Nov 17, 2011

In the past I write the jave script to popup windows in the browser for tell our visitor about news & event but now most of browser will block popup by default. Someone can show me an example about the professional popup with out the block.

View 4 Replies View Related

Opening New Browser Windows

Feb 26, 2003

I have a question about opening new pages when a link is clicked on a webpage. What I want to happen is this:

On the main webpage, I would like to have links to other websites. For example:

Link 1
Link 2
Link 3

Now, if I was to click links 1,2 and 3, I would have 4 browser windows open: The window containing the original webpage, plus the 3 windows that were opened by clicking on the 3 links. (I am using a href="www.,,,,," target="_blank"></A>)

Now, what I want to happen is this, I only want the mainpage to have ONE child window so that at any given time, there will be at most 2 browser windows open, the main page window and one child that is opened by clicking on a link. If I click on Link 1 followed immediately by Link 2, I don't want 2 child windows to pop up. What I need to happen is when I click Link 1, it needs to open a window. When I click link 2, the browser window that contains the webpage from link 1 now needs to show the webpage that from link 2. Is there a way to do this using javascript window.open? Code:

View 1 Replies View Related

Corss Browser Modal Windows?

Apr 7, 2004

How can I make cross browser modal windows?

View 2 Replies View Related

Auoresize Pupup Browser Windows To Content

Nov 29, 2005

i have found more script for autoresize a popup browser windows to the image opened but I search something that autoresize the browser windows popup to che content(for example a table with an image and a textin in the cell)....

View 6 Replies View Related

JQuery :: Calling Windows Folder Browser?

Sep 16, 2011

I'd like to call windows folder browse from jQuery... Or is there a plugin that could work similar with .dialog()'s API?

View 1 Replies View Related

Chat Rooms Turn Into Browser Windows / Fix It?

Nov 22, 2009

You need to log into my website as a user... User Name is: supramaniac Password is: lakeella On the top bar you can click on the chat tab... Enter into one of the chat rooms... As you will see the chat room window turns into like its own web browser and displays a copy of my index page... The chat rooms used to do that before and someone fixed it and said that my permissions were wrong on my installation folder. I don't know if that is right or not. Why would it go back to doing the same thing. Anyway does anybody know how to fix this issue?

View 2 Replies View Related

Pop Up Windows That Open Behind Your Browser For Newsletter Subscriptions

Jan 25, 2002

I need to know how to create a pop up window that opens behind a browser window. I don’t want to bother my visitors with a pop up window every time they visit my site and I don’t want to use cookies to prevent my site from popping up a window when a surfer visit my site a second time or more; some visitors may need to read my offer more than once before they subscribe to my newsletter.

The answer seems to be a pop up window that opens behind all other browser; this way the pop up window will not interfere with their visit to my site.

Does anyone know the codes for such a pop up window?

View 3 Replies View Related

IE Browser To Be Ablle To Open Only 3 Windows When They Are Clicked 3 Times

Aug 21, 2004

i want my windows 98 comp to be able to open only 3 windows when u click on the explorer icon 3 times.it opens as many as i like,but i want it to open a maximum of 3 windows as i dont have have a fast connection as a result the pages dont open so fast ,if i open more than 3 windows.

View 3 Replies View Related

Not Dropping To UL When Add Is Pressed?

Dec 16, 2009

The idea I want here is when the user click on a character name from the drop down select bar at the bottom of the the form under case 1 and hits Add it is supposed to add it as a new LI in the UL that's under the drop down. Also what I woudl like to do is when the user as chosen all of the characters they want to I would like to insert the data into the insert tag inside my function at the bottom of this code strip and take the first character selected and put it into the insert with the column of default_char_id and default_news_id.

Right now when you click the right submit button next to the drop down all it does is go back to the default page I have set up.

PHP Code:

<?php 
$e = <<<here
<script src="./jscripts/scriptaculous/prototype.js" type="text/javascript"></script>
<script src="./jscripts/scriptaculous/scriptaculous.js" type="text/javascript">

[Code].....

View 1 Replies View Related

JQuery :: Jcookie : Unable To Restore Content Across Different Browser Windows

Nov 12, 2011

I am using jcookie to store certain information (user cart) and the idea is to re display the contents of the cart when the user visits the website at some other point in future.

So if user adds the item to his cart and i) closes the browser and opens a new browser window after some time OR ii) opens a new tab : In both cases should see the item added to the cart

I am using jcookie.js library.The code I am using to create cookie and add cart contents to it is:

$.cookie('rented_car', $(rentContainer).html());
$.cookie('rented_car_timings', $(divRentalSumm).html());

Also when the page loads, I have in my index.html

<script type="text/javascript">
window.onload=checkCookies; </script>

where checkcookies() is defined as follows:

function checkCookies(){
var rented_car_timings_cookie = $.cookie("rented_car_timings");
var $rentTimingsContainer = $('<div class="module">' + rented_car_timings_cookie + '</div>');

[Code].....

Now the problem I am seeing is that the cookies work if I refresh the same page or open a new tab in the same Browser window: I am able to see content added to cart. however, If I open a new window , then I do not see the same .

View 1 Replies View Related

Passing Data Between Two Windows On Different Servers

Jun 9, 2006

I'm trying to install a file manager script (part of InnovaStudio's WYSIWYG editor). The file manager opens in a popup window, allows you to select a file from a directory, and then when you click an OK button, closes the window and passes the filename to a field in the parent window.

This works fine. The problem is that I need to host the two windows on different servers (the parent window is on the content management server; the file manager on the client's own server where the files are uploaded).

I can launch the file manager OK, and upload a file and select it, but when I click 'OK' I get either (a) nothing in Firefox or (b) in IE, the window closes but instead of passing the filename to the relevant field, it displays "undefined". Code:

View 2 Replies View Related

Menu Going Dropping Down In Different Directions?

Feb 14, 2011

I've had this idea lately that I have a button that when I hover it, drop down menus come out from the left, the right, and below the button. Would this be doable in any way?

View 3 Replies View Related

Storing / Sorting / Displaying Data In Browser

Feb 1, 2009

I'm building an online auction system. Each participant will be allowed to post one bid per minute for about 3 hours. Each person's "bid history" must remain visible to him during the entire auction in a scrollable list, and this list must be sorted from high to low bid. These auctions will have upwards of 10,000 bidders and the server will be seriously stressed in dealing with so many bidders posting another new bid every minute. Therefore I want to alleviate any additional stress on the server by storing and sorting each bidder's "bid history" in his own browser -- perhaps in a cookie or maybe there is a better javascript-based data storage container available for this purpose ... ?

This seems like a natural application for javascript because of the fact that only the individual bidder needs to see his own list of submitted bids -- sorted from high to low -- and I'm hoping that javascript can be employed to do this.

1- A bidder enters his bid into a form (example 12345.67) and posts the form to the server;
2- Javascript grabs the posted value and appends it to the cookie or whatever container is storing the bids in the browser;
3- Javascript re-sorts the values and displays them again, perhaps in an iFrame or maybe in another kind of scrolling list on the main page.

Note that these bids will NOT be placed in ascending or descending order (this auction is different from most) and this means the values must be re-sorted each time a new value is posted -- so they always appear sorted from high to low in the list.

View 12 Replies View Related

JQuery :: Saving Data For Browser 'back' Button?

Jun 29, 2011

I found this script for filtering data in a table:[URL]

However say I type something in the filter, I click a link on the page, and then use the back button...the form resets. Is there a way to prevent this/leave the table filtered?

View 1 Replies View Related

Open A New Browser Window In A Data Access Page

Mar 2, 2006

I know this is a Java Script fourum but since VB and Java are so closely related I thought I would look for some help here. Anyway I am running MSAccess Data Access Pages and need to know if I can open a new browser window from a page created by a parameter query? In breif here is my problem. I used the "Image Control" to bind 6 photos via a Parameter Query with the drive path to each photo stored in a table. So far this works great and the co-workers are impressed. However the photos (Thumbnails) are small and it would be great if I could use the "Image Control's" (on-click) event to open a new widow so as to see a larger image of the photo. As an interim solution I am using the Hyperlink control, however when you click on it the photo opens in the same window and when you click IE's Back arrow the Parameter query prompts the user for the value again. All this could be avoided if the Image control (or hyperlink) could open a new window (with the photo of course), and when finished merely close it. The script

<script language=vbscript for=Image0 event=onclick>
<!--
window.open.
-->
</script>

does nothing without the correct href which I don't know since that information is coming from the parameter query.

View 1 Replies View Related

AJAX :: Request Data Load Locks Browser

Sep 7, 2011

My prob is that the huge amount of data (15MB of XML) that is loaded by an AJAX call, literally locks the browser while loading it into the DOM. Does any of you know if there is a way to prevent that. Btw - As you see I use jQuery and the ajaxManager plugin.

[Code]...

View 3 Replies View Related

Printing Textual Data From Browser (window.print())?

Aug 17, 2011

In a particular use case, print-receipt; we pull up data from database and display it a new window ... followed by a javascript::window.print()To print the content.But this prints the browser window - in graphic mode.The target printer, attached to the browser machine is a Dot matrix printer; and consumes a lot off time to print a single window (because of the graphic nature)

View 9 Replies View Related

Open Windows Under Current Windows?

Apr 6, 2010

below is clickunder code , but it open under windows when visitor click everywhere on the pagei need it be speacial for links , whenever visitor click on speacial link , it opens windows

<SCRIPT LANGUAGE="Javascript">
function PopShow3() {
CookieTest=navigator.cookieEnabled; if(CookieTest)

[code]....

View 5 Replies View Related

Dragging Images

Oct 12, 2006

I'm trying to drag a bunch of images in a Google maps-esque style. The
javascript is pretty simple, but whenever I go and drag over a large
image the image toolbar comes up in IE and the image looses focus. How
do I get around this? Is there a way to disable that toolbar?

View 2 Replies View Related

Child Windows Can Not Access Window.opener When Multiple Child Windows Are Open

Jul 23, 2005

I have a parent window that pushes a new window object onto an Array
with the following code :

OpenChild()
{

//totalNumWindowsCreated is global

totalNumWindowsCreated = totalNumWindowsCreated + 1;
childWnds.push(window.open(link, "child" +
totalNumWindowsCreated,"dependent"));

..
..
..
}

This pops up a new window with every call. In the child window I call
a parent function onbeforeunload, appClose() :

function appClose(){

if (window.opener && !window.opener.closed){
window.opener.CloseChild(getQueryString("application"));
}}

This is in my frameset tag of the child code :

<frameset ... onbeforeUnload='appClose()'>

The window.opener.CloseChild() function is called perfectly when I have
one child window open, but as soon as I create another child window
both of the open child windows don't ever call it. They do both go
into the onbeforeunload appClose() function, but do not call the
window.opener.CloseChild() function inside of this routine.

Anyone have any ideas why when I have two child windows open I can't
access the window.opener functions?

I have tried taking each new window out of the array and used the
following code in CloseChild() :

CloseChild()
{

//win and totalNumWindowsCreated are both global

totalNumWindowsCreated = totalNumWindowsCreated + 1;
var win = window.open(link, "child" +
totalNumWindowsCreated,"dependent");

..
..
..
}

View 1 Replies View Related

Onmousedown And Onmouseup While Dragging

Jul 23, 2005

I am trying to let the user drag a rectangle over an image, which will
then let the user zoom in on the dragged area. However, I am doing
something wrong in implementing the onmousedown and onmouseup events.

Everything is very simple so far. I just defined an onMouseDown event to
record the event's x and y locations as the starting point, and an
onMouseUp event to record the x and y of the end point, and this function
gives me the results of both in an alert box.

The problem is, that the OnMouseUp event does not get fired if I move the
mouse while holding the left button down. This only works if I click down
and then up at the same point, which is not what I want.

What could be wrong? Why does the browser not recognize the mouse up when
the mouse is moved while holding the left button down? How do I fix this?

View 1 Replies View Related







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