AJAX :: Save Image Area(x And Y Cordinate) From The Current Webpage To Server?

Jul 6, 2010

have to copy and save a selected area from a .php or .html file it contains a table in the my current webpage and have to copy and save a table data or image in table data so that It can be available as saved image for future reference.

View 1 Replies


ADVERTISEMENT

Croping Webpage And Save Image?

Nov 25, 2009

I want to crop a portion of a web-page using JavaScript.I got some JavaScript.By using those script i can corp image but i am not able to corp a portion of a page.

View 1 Replies View Related

JQuery :: Start Webpage In Certain Area?

Jun 1, 2009

Looking for a script that will start a website at a custom location [URL]tarts page at top: 800px, left: 400px) I am NOT looking for any sort of popup window positioning. When a visitor access the site using their browser I want that page to start at a location I specify like this website does: Please note, I realize this site uses anchor tags to accomplish this. I'm not good enough at Jquery to know how they did it, or modify it so that it also handles points left as well as top.The ideal script would position this point in the center of the browser window.

View 1 Replies View Related

JQuery :: Uploading To Web Server / Where To Save

Nov 14, 2011

I have very limited knowledge of web design and so even less knowledge of jquery.I have however redesigned my website using some bits if jquery (datepicker in a form, buttons and a tab menu)I've built this using wysiwyg web builder and im uploading it to just host.When I upload none of the jquery shows and all my pages are on top of one another URL..im guessing I have to save jquery in a new folder that has to be created but i'm unsure what.I thought home/username/public_html/twsremovals.co.uk/themes/theme_name/js would work but it hasnt (i have replaced username with my username and the theme name with what the theme is called.

View 1 Replies View Related

Convert A 1D Into 2D Array And Then Save To Server?

Mar 22, 2011

TASK: Convert a 1D javascript array into a 2D array and then save on server as .txt file.

Currently, I have a string of data in a javascript variable [code]...

View 1 Replies View Related

Get Current Row And Col Of Caret Position In Text Area

May 9, 2011

I am developing a page that works like a text editor.In that page, I am trying to show the user on which row and column he is in.

View 5 Replies View Related

AJAX :: Cross-domain Calls - Loaded From One Server Into A Website On Another Server

Mar 11, 2010

I'm trying to write a script that will be loaded from one server into a website on another server. This script is trying to talk (ajax) to the server that it comes from but I'm getting "Access Denied" errors. I'm well aware that cross-domain calls are not allowed for security reasons so my question is how does Google Analytics work because essentially thats what I'm trying to accomplish. I can embed a Google Analytics script into my website and it'll gather data and send it back to Google.

View 4 Replies View Related

Changing Save As Filename - Page Which Allows Access To Music On A Server ?

Dec 20, 2010

I am currently developing a page which allows access to music on a server. This music is being streamed, but users are also able to download this music (assuming they have the license to do so). All of the music uploaded is of the .mp3 format, however they have no filetype extensions, and were not named using any particular naming convention. Because of this, I was hoping to change the filename (when a downloaded is initiated) to variables I have stored based on the current song.

I am currently simply opening a new page, in Chrome is looks like this: chrome.tabs.create({ "url": song.url })

Hit presents the user with a prompt to save the file, however, its default name is a random alphanumeric string with no extension, as per their file name on my server. Is there an easy way to do this without renaming all the music server side? I do have the variables song.title and song.artist setup!

Edit: Since this page is only for Chrome users, I listed the code I am using. I understand window.open and was originally using this. It functions the same, and if I need to revert back to using is instead, I shall.

View 3 Replies View Related

AJAX :: Getting Server Date/time With No Server Side Script

Apr 19, 2010

I'd been looking for some way to get server date/time without using any server side script (such as ASP, PHP, etc).

I found this and it worked just excellent for me! I just want to share it because it wasn't easy to find.

I created a js document with code:

Code:

Now, I can use this js within a html like this:

HTML Code:

You may change your machine date/time and check both dates.

View 1 Replies View Related

JQuery :: Replace Current Webpage With Content From Another

Sep 1, 2009

I am trying to define an "onclick" event to a form button, so that when I click this button, content from another webpage will overwrite this page (not open a new webpage). I've tried the below code (sample) which is not working.
<form action="/script" method="post">
<..other elements../>
<input type="button" name="jump" value="Jump" />
</form>
<script type="text/javascript">
$(':button[name="jump"]').click(function() {
$(document).load('/path/to/another_page.html');
});
</script>

View 2 Replies View Related

Show Pdf Files From A Server Location As Links On A Webpage?

Oct 2, 2009

I am looking for a javascript code to display pdf files/links which are on a server onto a webpage. We are using an Oracle application and a javascript code can be embedded in it.

These pdf files will be generated everyday and going forward we will have almost 300+ files in a year. I tried using <a href="res/folderA/folderB/filename.pdf">Report for 10/01/2009</a> and it works fine. I could create 300+ links but most of the links would be dead since the pdf has not been generated for future dates and I don�t want to show dead links.

Can I show the pdf links/files dynamically? Like show only those files with links which are there on the server? The pdf files will be generated Mon-Fri and the naming convention for the PDF file would be MM-DD-YYYY-filename.pdf. Would it be possible to show the reports grouped by months? Getting the month from the file name and when someone clicks on that month then it shows only those files which have been generated in that month.

I tried using below code to get file names from a folder. It works fine on my local but doesn�t work on the server. But then it�s supposed to show only file names and not links :(

<script type="text/javascript">
var fso = new ActiveXObject("Scripting.FileSystemObject");
var f = fso.GetFolder("res\folderA\folderB");
var fc = new Enumerator(f.files);

[Code]....

Also one more trivial question, I looked at the source code of the application and then saw that images used in that application are being called using href and location is under /res folder, where in the code is this specified? Pointer to that folder? What if I want to show some files/images which are not under /Res folder, where do I specify the location?

View 6 Replies View Related

JQuery :: Save The Background Image Of The T-shirt With The Image They Dropped In The Correct Spot?

Jul 15, 2011

I am building a simple t-shirt creator app for my shop and I am using the interface.js library: [URL].. docs/drag to drag/drop and re-size the graphic on the shirt background image.

Once the user has chosen a spot to put the graphic, how do I save the background image of the t-shirt with the image they dropped in the correct spot? Like, to merge the two graphics in place?

View 2 Replies View Related

JQuery :: Make An Image Selection, Display Same Image On Page In Unique Id And Save To Hidden Input All In One Click?

May 11, 2010

Using a UI dialog I'd like to load in 10 or so images. Each would be unique and after you click on one the following needs to happen:

1. Image appears on the parent page in a specified ID.

2. A "hidden" field is updated so that when the user submits the db is updated with their selection.

3. Dialog closes automatically.

That's it. Basically it would work similar to "datepicker".I'm using the latest 1.4 and ui and been making great progress as learning basics. I need to do the above and it seems like such a no brainier and or it should already exist but after 2 days of searching and trial and error...

View 6 Replies View Related

Image Swap - Thumbnail The Larger Image Will Go Into The Viewing Area

Jan 14, 2009

I am trying to put together a purse shopping site - I would like to have the various views of the same purse in thumbnails under one image then when the customer clicks on the thumbnail the larger image will go into the viewing area. The general layout is like this page - [URL] So when someone clicks on the smallest image I would like it to replace the other image on the page and the larger image becomes the thumbnail. How is this accomplished?

View 2 Replies View Related

Image Editing: Position Markers On Image And Save?

Apr 15, 2010

I'm looking to build a user form where the user can drag and drop markers onto an image and then retrieve/send the resulting new image with markers back to the server
for processing.

what UI functions / Framework will be in the right direction to achieve this?

Anyone familiar with some existing similar functionality?

View 2 Replies View Related

Slide Show Gets To The Last Image After The Last Image All Photos Disappear And It Resets Itself Changing The Format Of The Webpage

Jun 12, 2009

I found this slide show [URL]. I got it to work on my website [URL] using Firefox, but when it is viewed in Internet Explorer it will not work. Second question, When the slide show gets to the last image, after the last image all photos disappear and it resets itself changing the format of the webpage. Any way to not have the images disappear while it loops itself or is there a code to have it stop on the last photo and not loop.

View 1 Replies View Related

"save As" Different Name Than Stored On Server

Jan 14, 2006

Is is possible to alter the name or extension of a file when someone chooses to save / save as in javascript? If so, how can I do it? Any point in the right direction would help ... I just don't know where to start looking for an answer, other than here. Google was fruitless.

I have seen this done with php at scanlover.com, where all images are saved as "untitled.jpg" regardless of their actual name or extension on the server.

View 5 Replies View Related

Change The Background Image Of A Webpage Every Few Seconds To A Different Image?

Oct 6, 2011

i want to change the background image of a webpage every few seconds to a different image... i've written this code but it doesnt seem to work.

<script language="Javascript">
window.onload = backgroundchange();
function backgroundchange()[code]...

View 3 Replies View Related

Jquery :: PrettySociable - Change The Tooltip (that Shows Up When You Drag An Image) To Default To An Image On Server

Jul 3, 2010

I've been using prettySociable on my site (can be downloaded here. I use the uncompressed version). I want to be able to change the tooltip (that shows up when you drag an image) to default to an image on my server, rather than to the page title. I think I've tracked down the code on line 265 of the jquery.prettySociable.js file, but I'm unsure how to change it:

[Code]...

View 4 Replies View Related

Ajax :: Adding Form Into Tab Area?

Mar 4, 2009

If i use my ajax form on its <b>own</b> then it works and submittes the data... if i use my tab to call the script then the submit will not work and im presuming its the ajax.. i havent changed anything but the link!?!?

<b>
<ul id="countrytabs" class="shadetabs">
<li><a href="#" rel="#default" class="selected">User Details</a></li>

[code]....

View 2 Replies View Related

Alternative Image - Original Image Is Not Found On The Server

Nov 26, 2005

I want to acheive the following functionality using JAVASCRIPT -:

To be able to specify alternate URL incase the original image is not found on the server.

In HTML there is functionality for displaying alternate text.

But I want some functionality for alternate image.

I saw a solution wherein I could iterate over all the images in the html page and then verify whether img.completed==null. But surprisingly eventhough the image is not found , the value of completed is not null. So I felt that using the completed atrribute was not the right way.

I either need to verify whether the image exists on the server using JAVASCRIPT or do some other thing with some other attribute which might not have come to my attention till now.

View 1 Replies View Related

Save Image Url To Cookie?

Dec 5, 2011

I have an image switcher script setup. Its very basic and changes the image displayed on click of a link. Here is what I currently have:

Javascript:

<script type="text/javascript">
function changeIt(imageName,objName)
{
var obj = document.getElementById(objName);

[Code]....

Its very basic but does what I want. What I'm attempting to do is store the image selected as a cookie so that when users refresh/navigate to other pages the image stays to the one they selected.

View 7 Replies View Related

How To Save Div With Image To Mysql

May 23, 2007

I am trying to save a div where I have inserted an image with insertimage() to a mysql databe, everytime it garbles my table for some reason, a div with text only works like a charm. I use serialize/deserialize.

View 1 Replies View Related

Load() Webpage On Div - But Not Load Server Page Or Site

Apr 14, 2009

i want to load web page on div [URL]

Code:
$('#news_modal_container').load(getContents_link);
getContents_link contain site name.

above code work while load local page, but not load server page or site

View 1 Replies View Related

Webpage - Set The Date 6 Days Before The Current Date?

May 10, 2010

I'd like to insert a date on a webpage in the following format: Monday, May 10, 2010 However, I want to be able to set the date 6 days before the current date. So, if today's date is Monday, May 10, 2010, I want it to instead display the following: Tuesday, May 4, 2010

View 3 Replies View Related

Highlighting Image Map Area

Jul 23, 2005

I want to highlight the clicked area on an image by placing another image
on it. But it replaced the whole image, not the clicked area.

<head>
<script language="JavaScript" type="text/javascript">
function changeImagemap(newImage) {
if (js > 1.0) document ['plan'].src = eval(newImage + ".src");
}
</script>
<MAP NAME="MyMap">
<AREA SHAPE="rect" COORDS="216,358,237,378" alt="West Right 5"
onClick="changeImagemap('selected');self.status='selected' return true" >
<AREA SHAPE="rect" COORDS="216,378,237,398" alt="West Right 4">
<AREA SHAPE="rect" COORDS="216,399,237,419" alt="West Right 3">
<AREA SHAPE="rect" COORDS="216,419,237,439" alt="West Right 2">
<AREA SHAPE="rect" COORDS="216,439,237,459" alt="West Right 1">
<AREA SHAPE="rect" COORDS="270,491,291,511" alt="South Left 1">
<AREA SHAPE="rect" COORDS="289,494,310,514" alt="South Left 2">
<AREA SHAPE="rect" COORDS="310,495,331,515" alt="South Left 3">
<AREA SHAPE="rect" COORDS="330,495,351,515" alt="South Left 4">
<AREA SHAPE="rect" COORDS="349,494,371,515" alt="South Left 5">
<AREA SHAPE="rect" COORDS="369,495,390,515" alt="South Left 6">
<AREA SHAPE="rect" COORDS="390,495,411,515" alt="South Left 7">
</MAP>
</head>

<body>
<p>img name="plan" USEMAP="#MyMap" ismap border="0" src="Plan.jpg" width="837"
height="694"></p>

</body>

View 1 Replies View Related







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