Screen Shot

Feb 21, 2006

I have created a ticket system where users can submit their problem. After several month of experience it appears that offering a zone to paste a screen shot will be ideal. Is there anyway to acheive this without pasting to a word doc, and upload it?

View 5 Replies


ADVERTISEMENT

Take Screen Shot Of Web Page Using Php

Oct 6, 2009

How to take screen shot of web page using javasctipt. Even is it possible

View 6 Replies View Related

Better Screen.width Or Screen.availWidth

Mar 5, 2007

Same thing for the height parameter; for to set in the centre some popup with images what is better? what are the difference?

View 6 Replies View Related

Get The Screen Size Of The Current Screen In IE?

Mar 2, 2011

I have 2 monitors from a different size. It is important in my application that I get the screen size of the monitor where the webbrowser is located. When I try to get the screen size (window.screen.height + window.screen.width) only IE gives me always the screen size of the main monitor where my taskbar (windows7) is located, instead of the screen size of the secondary screen where the webbrowser is located.

View 6 Replies View Related

JQuery :: Animate Onto Screen Works, But Animate Off Screen Happens Instantaneously?

Dec 27, 2011

I have a div that has a negative top margin and a negative right margin. The right margin is because I want to have the div slide onto the page from the right. The top margin is because without it my page height is the height of the visible elements plus the height of the off-screen div.On a button click, I move the div down and then animate it onto the screen from the right. On button click again, I animate the div to the right, off the screen, and then move it up. I also toggle its width & padding so it will appear to grow/shrink as it moves on/off screen. At least that's what I am trying to do. The animation onto the screen looks good, but going off the screen, it appears to happen intantaneously, instead of animatedDoes anyone know how I can fix this?

$(".addPanels").live("click", function(){//now and in the future, show the add panels menu
var thisAddPanelsMenu = $(this).parent().prev(".addPanelsMenu");//get the addPanelsMenu
if(thisAddPanelsMenu.length) {//if the addPanelsMenu exists

[code]....

View 2 Replies View Related

Animate A Something Across A Screen?

Dec 15, 2010

How would I animate a something across a screen?

View 2 Replies View Related

Using Screen Size, Res, And Php

Nov 22, 2001

I know nothing about JS, except you can get the user's screen size and colors. How can I add on the end of calling an image like this:

<img src="track.php3?size=800x600&colors=bla">

View 1 Replies View Related

Rotate Screen With JS?

Aug 22, 2007

I would like to be able to have my "page" online be at a 45degree angle, rather than 90degrees... does that make sense?

As in if something is square, use photoshop ctrl-t to rotate the square object to 45degrees rather than 90. Can I do this in a browser window?

View 3 Replies View Related

Blank Screen

Apr 5, 2002

There must be an apostrophe or some other little javascript nuisance that I'm still including in this script, but whenever I try it out, nothing shows..it is supposed to randomly display some text and a link Code:

View 2 Replies View Related

Check If A Div Is Above The Top Of The Screen

Mar 30, 2011

I was wondering if there is a way to check if a div is above the top of the screen.

What i am trying to do is.

I have a Div about 150px from the top and i want when this Div at 0px from the top to move down with the top of the screen

View 2 Replies View Related

Open Full Screen

Jul 23, 2005

I am using this script

"function openFullscreen(page) {
var yes = 1;
var no = 0;
windowprops = "width=" + (screen.width-10) + ",height=" + (screen.height-50)
+ ",top=0,left=0";
windowprops += (menubar ? ",menubars" : "") +
(scrollbars ? ",scrollbars" : "") +
(locationbar ? ",location" : "") +
(directories ? ",directories" : "") +
(resizable ? ",resizable" : "") +
(statusbar ? ",status" : "") +
(toolbar ? ",toolbar" : "");
window.open(page, 'fullPopup', windowprops);
}"

to open a window full screen, but when this window is hidden and I want to re-open it, I can't ..?

View 1 Replies View Related

Possible To Maximize A Screen In Javascript

Jul 23, 2005

I was wondering if it is possible to maximise a screen in javascript.

right now, I use this code:

A HREF="heritage.html" onClick="msgWindow=window.open
('heritage.html','fullWindow','toolbar=no,location =no,directories=no,status=
no,menubar=no,scrollbars=yes,resizable=yes,width=8 30,height=630'); return
false" onmouseover="window.status='open site in full screen' return true"
CLASS=TP>open full screen</A>


, but I was wondering if we can fill the entire screen?

View 8 Replies View Related

Change Screen Size

Jul 23, 2005

im building a web application in asp.net. i was wondering if there is a
way to set the screen size automatically on the clients monitor to
1024*768 when they enter the application and return it to its original
size on exiting the application.

View 8 Replies View Related

Browser Screen Width?

Oct 4, 2005

I"m looking for a cross-browser (Firefox 1+, IE 6+, Safari whatever+) to calculate the width of the viewable browser area. Note that this is different than the screen width, which would always stay the same value, even if you started resizing your browser.

View 1 Replies View Related

Full Screen On Second Monitor?

Jul 20, 2005

I am working a project where I am using two monitors and using
HTML/Javascript to display the information I want.

I have my main stuff on the main monitor, but when each page loads, I want
an image to load fullscreen on the second monitor as well. I am using
800x600 resoution on both.

If I use:

function openWindow()
{
mainWindow = window.open("thispage.htm","pagename","fullscreen=yes");
}

that works fine for the main monitor.

I have then tried to use the second monitor to open an image by using the
same type of thing:

function imageWindow()
{
openImage = window.open("image.jpg","imagepage","fullscreen=yes");
openImage.moveTo(801,0);
parent.focus();
}

I am trying to use it with the onload command as well:

<body onLoad="imageWindow();">

I am passing arguments to these functions but simplified it here.

Anyhow it will only open it full screen on the first monitor. I can position
it and move it to the second monitor if it is not full screen just fine.

View 1 Replies View Related

JQuery :: Move A Div Around The Screen?

Jun 7, 2009

I'm starting to know how many advantages has JQuery for developers. I'm trying some experiments, and the other day I saw the "iGoogle" interface, where users can move the gadgets around the screen, and
this stuff liked me very much. That's why I want to ask to the community if anybody knows if there is some plugin or library in JQuery to do the same effects and allows the programmer to move a div from one point of the screen to another one and fix it.

View 1 Replies View Related

JQuery :: Write Raw XML To Screen?

Jul 9, 2009

I'm using jQuery AJAX to retrieve XML similar to that below. Now I understand how to parse this XML using jQuery, but I since everything inside the 'albums' node is valid HTML I just want to write it all directly into a div on my page. However, strips out the 'tags' and it doesn't like [url]... either. So how do I write XML direct to a page without losing the tags?[code]...

View 8 Replies View Related

Full Screen In Mozilla

Sep 14, 2009

I've following javascript to show full screen window like F11.

window.open(url, "myWindow", "fullscreen=1")

It works properly in IE, but not in mozilla.

way to work it out in mozilla

View 1 Replies View Related

Screen Refresh With No Flicker?

Apr 5, 2006

I have a chat script in php that is working great, I use meta refresh to see new posts and that is very irritating for the users. I have come across many a javascript that claims no flicker in the refresh, but they do.

I don't know that much javascript, but I have heard thet AJAX can be used to poll to the server to get data without refreshing. I have been searching like crazy and I haven't seen very many tutorials for this.

I have my server side script working, I just want to refresh without flicker. Does anyone know how to call to the server script without refreshing the page?

View 14 Replies View Related

Lightbox Opens Off Screen?

Jan 19, 2009

I'm using slimbox 2, a lightbox that is jquery based. It works ok in Coda locally on my copmputer but when I upload to the web, the lightbox opens to the right of the screen (mostly off to the side of the screen). This has happened with a couple different lightbox scripts I've tried. I am not sure what the conflict is in my css that is causing this.

Here is the site [URL]

View 1 Replies View Related

Works For One Screen Resolution But Not In Another?

Jan 6, 2010

I'm new to javascript and im trying to teach myself how to use it, however, ive come accross a problem. I'm using this code embeded in a HTML page for rollover images:

<script language="JavaScript" type="text/javascript">
<!--
if (document.images) {[code].....

This works completly fine in 1280 x 800 but goes mental when you hover over it in 1024 x 768 screen resolution.

View 4 Replies View Related

Popup Floats Out Of Screen?

Jul 25, 2010

We are creating a new button like the ones known from addthis/sharethis and would like the same behavior as there popups.We have tried by putting together some different scripts, and the action is about right. We do still have one problem, and that is the position of the popup.If the button is placed at the right site of a website, it floats out of the screen, making scrollbars. Also it don't have same position behavior in Firefox, IE, Opera ...The button can be seen here: http:[url]....

The code related to this problem should bed this:

function move_box(an, box)
{
var cleft = 0;[code]....

If someone would be interested in rewriting the script, we would credit this in our about page.

View 2 Replies View Related

Set Screen Size For Picture_viewer?

Nov 21, 2010

I know this picture_viewr js is a fullscreen slide Would it be possible to set a screen size (700x500 e.g.) and then set a background color or the part that would be outside this window???

allberto
:thumbsup:
http://www.alfaaudiovisual.com/picture_viewer/ByB/ByB.htm

View 2 Replies View Related

Screen Size Not Working In IE?

Nov 13, 2011

I am using this javascript code to detect screen size and display an alternate css.

if (screen.width<1600)
{
document.write('<link rel="stylesheet" href="<?php echo $path ?>/css/templateadjust.css" type="text/css" />');
}

This works fine in FF and Chrome but doesn't seem to work in IE.

View 1 Replies View Related

Fill Screen With Background?

Jul 27, 2010

I want to have a strip down the middle of the screen with my websites content as common on many web pages. I don't want to use background images to achieve the look, rather I was thing of having a div tag that would fill the entire height of the screen. I would just set the height of the div using window.innerHeight

Is there a better way to achieve the look I want?

View 5 Replies View Related

Disable Print Screen Key?

Aug 9, 2011

I have been asked to come up with a script that disables the print screen key for a couple pages on my buddies web site, but I have never even heard of such a thing, so am not sure where to start looking. A quick google search showed that it is possible, so I was wondering if anyone can recommend a good tutorial on how to do it.

View 3 Replies View Related







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