Pop-up Window Code On One Line?

Oct 22, 2002

Is it possible to create a pop-up window without putting code in the <HEAD> of the document? I'd like to create a link to a new window but I don't have access to the <HEAD> of the page.

View 2 Replies


ADVERTISEMENT

JQuery :: All Code In 1 Line?

Mar 23, 2011

i have a problem with a third-party code written using JQuery and i would like to debug it.however, as it is in 1 line (in my classical editor) i would like to know if it exists an editor which explode this 1 line code in a normal Javascript code ...more human readable.

View 2 Replies View Related

Required With A Line Of Code?

Jun 26, 2011

Could somebody please take a look at the lines of coding below and advise on how to complete it? It's a code to translate a piece of text, I kinda figured some of it out, The first part is to translate 'the cat sat on the mat' to 'thube cubat subat ubon thube mubat'. The second part is entering text and clicking a button to translate.

First part - translating cat on the mat:
function isVowel(aCharacter)
{
return ((aCharacter == 'a') || (aCharacter == 'A')||
(aCharacter == 'e') || (aCharacter == 'E')||
(aCharacter == 'i') || (aCharacter == 'I')||

[Code]...

View 14 Replies View Related

Change Line Of Code To Button?

Aug 12, 2011

How can I change the line "Re-record this video" to a button. And How can I change it's location on the page?

Code:
document.write("<p><a href='index.html?filename="+my_filename+"'>Re-record this video</a><br/><br/>");

View 4 Replies View Related

Code This Line Of Script For Firefox

Nov 12, 2006

How to code this line of javascript for Firefox.. Code:

if (document.all) fader.innerHTML = text_out; // document.all = IE only

View 5 Replies View Related

Moving Variable Into Line Of Code

Feb 22, 2011

I have a variable that says:
Code:
var Fname = lalala.js;
How do I write a function that moves the variable into a line of code like this?
Code:
<script type="text/javascript" src="lalala.js"></script>
The problem I having is the quotation marks as far as I know.
[URL]

View 3 Replies View Related

JQuery :: Line Break In Html/css Code?

Jul 20, 2010

When I want to handle html/css code in js/jquery it seems that line breaks aren't allowed. This of course makes the code less readable. Is there a workaround to this or is it simply to accept?This doesn't work:

$("head").append("<style type='text/css'>
#table {table-layout: fixed;width:650px;text-align: left;border-collapse: collapse;}
</style>");

This works:

$("head").append("<style type='text/css'>#table {table-layout: fixed;width:650px;text-align: left;border-collapse: collapse;}</style>");

View 3 Replies View Related

Rules For Putting A Semicolon At End Of A Line Of Code?

Aug 29, 2009

This may seem like a silly question...

What are the rules for putting a semicolon at the end of a line of code?

View 6 Replies View Related

How To Change Line Of Code Using Regular Expression

Aug 19, 2009

I'm trying to convert a line using a regular expression. The re I am using is this:
<div><span>·<span>[s*]</span></span>([^<]*)</div>
I'm using the expression in the replace function like this:
html = html.replace( /<div><span>·<span>[s*]</span></span>([^<]*)</div>/gi,'<li>$1</li>') ;
The line of code I am changing is like this:
<div><span>·<span> </span></span>Illness - where a pupil is too ill to leave the house</div>
E.g. it should strip out the code and leave <li>Illness - where a pupil is too ill to leave the house</li>. It works fine here [URL] but when used with the replace command it does not? (I'm trying to convert bullet points from word).

View 2 Replies View Related

Internet Explorer Line 1 Char 1 Code 0?

Jan 25, 2010

I'm using jQuery+drupal and some jQuery plugins. All is ok with Firefox. But in IE's i'm receiving problem like this.

Line: 1
Char: 1
Error: object expected
URL: /

I have included .js files. How to know where is the problem? In which file? Line 1? Which file? If you need source code say me I'll PM you address.

View 7 Replies View Related

JQuery :: Remove (hide) Very Specific Line Of Code?

Oct 10, 2011

I have the following line of code in a page and I need to 'hide' the entire row [code]...

Is there a way to do that?

View 1 Replies View Related

Puts All Of The Code Following That First Text-area Line Into The Text-area Box And Doesn't Execute That Segment Of Code

Apr 2, 2011

1. When I have the "<textarea>" code lines in it put a text-area on the page, but it puts all of the code following that first text-area line into the text-area box and doesn't execute that segment of code.

2. When there is no "<textarea>" (for the sake of seeing if the rest of it worked) it doesn't check the survey.

I'm stumped and can't figure out what to do at this point Code and pictures follow:

[Code]....

View 9 Replies View Related

JQuery :: If $T Contains Line Break, Quotes " Or ', The Code Doesn't Work?

Jul 6, 2011

I have a problem with quotes.

$(document).ready(function(){
$('#txtValue').keyup(function(){
sendValue($(this).val()); [code]....

if $T contains just "text", the code works perfectly.

if $T contains line break, quotes " or ', the code doesn't work.

View 3 Replies View Related

Possible That Using Injection The Contents Of A Webpage Can Be Altered (add / Edit / Deleted) In Line Of Code?

Jun 6, 2009

i want to ask that is it possible that using javascript injection the contents of a web page can be altered (add / edit / deleted) in Line of Code.Since, this has happened with me couple of times,talking to the support team at my hosting provider, they say that its due to the security holes in the Coding, but i think that its the security issue at the hosting side (since modifying the web pages code)i've found this code immediately after the opening of the body tagearlier the page snoofing for the above URL was working, but now its not producing the output. (so can not post whats inside it).My Another website (hosted by the same provider) is also infected. there the code immediately after the body tag is again the page snoofing yeilds no output with the error

View 6 Replies View Related

Pop Up Sized Window To Display Certain Line Down

Feb 29, 2004

do any of you guys know how i can pop up a window at a specific size so league table 'h' from this website page is positioned in view ???????

i dont want to just link to this page. has to be just league H.

View 7 Replies View Related

Read Text File Line By Line And Separate Special Characters?

May 25, 2010

how to read a text file using javascript line by line and separate from special characters in it. for example

Text.txt has

001203=Line one=abc.html
024353=Line two=xyz.html
092434=Line three=hjf.html

i want each column in an array like { 001203,024353,092434 } so total 3 arrays.

View 14 Replies View Related

JQuery :: Get The First Line Offset Of Inline Elements With Multiple Line?

Feb 22, 2010

getting first line coordinates of multiple line inline element.

Example HTML
aaa bbb ccc ddd <span id="target">eee fff ggg
hhh iii jjj</span>kkk lll mmm nnn ooo ppp qqq
$(document).ready(function() {

[Code]....

Assume that span#target has a line break, when I see a browser. Then I click span#target, above function returns the head of coordinates which second line ("hhh") has. I want to have the coordinates which first line ("eee") has. How can I get that?

View 1 Replies View Related

JQuery :: Reading File Line By Line?

Jan 11, 2012

reading file in jQuery. Please if anyone knows how to write tome or to the website.

$.get("data/zelis.si.txt",function(data){
$.each(lines, function(n,line){
$.ajax({

[code]....

View 7 Replies View Related

Read Txt File Line By Line?

Jul 7, 2010

How do I read a local text file line by line, one line at a time. I got upto opening a file, and can read whole file at a time. But I want to read just one line at a time. May be have a counter of lenght of the file and read only the counter number line at a time.

<SCRIPT language=JavaScript>
var fso = new ActiveXObject( 'Scripting.FileSystemObject' );
f = fso.OpenTextFile( "c:\mytextfile.txt", 1 );

[Code].....

View 2 Replies View Related

Code - Void Window.open - Link Would Open In The Same Window?

Feb 7, 2009

I have this piece of code which is opening link in new window:

How to change this code so link would open in the same window?

Probably I should change this part: javascript:void window.open

View 1 Replies View Related

Submit/return To Php When Moving From Table Line To Table Line?

Jan 13, 2011

I have a user that insists they have web applications that do this, and wants the one I'm building to do it too...

You have a table on an html form. As the user changes one or more fields in a table row and moves to the next line, the changed row should AUTOMATICALLY be sent back to the server and updated in the database.

If the user moves BACK to a line that's already been changed, and changed a field, a popup should display and ask "if the user really wants to change the field". If so, again, it should AUTOMATICALLY be sent to the server and updated in the database...

Ignoring the horridness of making that many round trips to the server and banging the database for every line, is there a way to AUTOMATICALLY do the equivalent of a submit and post the changed table row back to the php script?

View 3 Replies View Related

Fixing The Code-Popup Window?

Jun 22, 2010

I am trying to apply it to my page. But when I click on a thumbnail, although it's opening a pop-up window, it also enlarges the image in the current browser.I also need to do the same thing with a .swf file. How can I have a flash movie enlarge when clicked?

<HTML>
<Head>
<Script type="text/javascript">

[code]....

View 2 Replies View Related

Js Scrolling Window Code Not Working?

Jul 24, 2010

The window is supposed to automatically scroll and move but it isn't working. (It was taken from a discontinued book called javascript in 24hrs) The javascript:

var pos=100;
function Scroll(){
if (!document.getElementById ) return;
obj=document.getElementById("thetext");
pos -=1;
if(pos < 0-obj.offsetHeight + 130) return;
obj.style.top=pos;
[Code]...

View 1 Replies View Related

Insert Comma In A New Window Code?

Mar 12, 2010

I have this javascript code:

<a href="javascript: newWindow =openWin('abc.asp?testid=A123&name=Hello,World:,check1,check2,and,check3', 'Affidavit', 'width=600,height=420,toolbar=0,location=0,directories=0,status=0,menuBar=0,scrollBars=1,resizable=1 '); newWindow.focus()">Name</a>

The commas in the (Hello,World:,check1,check2,and,check3') part of the code are inserting a space between the words. But I also want to insert comma between check1, check2, and check3. I have tried the html ascii code for comma that is ",". I also tried the escape sign (as below. None of these codes worked. Does anyone have any tips?

[Code]...

View 1 Replies View Related

Trying To Run Some JS Code Once User Closes Window / Tab

Apr 9, 2010

I am looking to write some code that, once the window is closed, it runs some extra JS which loads a *.php file through an AJAX call. In theory to me it sounds simple but for some reason I cannot get it working. I tried the "onload" attribute but then found that triggers with refresh and links (not good). I simply need the JS code to start running some other JS when the window closes.

Code:
<script type="text/javascript">
function doUnload() {
$.post("");
}
</script>

View 2 Replies View Related

Code To Get Script To Open In A New Window?

Aug 31, 2011

I am a newbie with respect to programming and this is my first post

I have entered below a javascript I am using on my website. This script is designed to automatically insert videos based on keywords and works perfectly except that my visitors are taken away from my website when they use it.[code]...

View 3 Replies View Related







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