Get Info From Another Site?

Feb 22, 2010

I'm making a fansite for a game called RuneScape and I'm a bit stuck on this part.

What I need for my website is, a page that will have the prices (min, middle, and max) of things from this [URL] or other items, which will be chosen later on.

Here are two example sites that I am wanting to ... do the same thing as them.

First Example [URL] Second Example [URL]

View 2 Replies


ADVERTISEMENT

General Info On Site Design

Jul 23, 2005

Just wondering what the current size standard is for web-page design ... it used to be 800 x 600 pxls (which seems quite small these days).

View 21 Replies View Related

User Defined Info. Throughout The Site?

Aug 1, 2001

I don't know if I can/should do this w/ JavaScript on the client or can/should this be done on the server - and if so what language would be best?

Here's my goal:
I am asking users 4 questions - depending on the one selected - that answer creates a profile and that profiles stays with them throughout the site.

E.G.; if (women under 30) is selected this information will stay on the site throughout w/ content detailed for this group.

View 3 Replies View Related

Can JS Suss Out "on-site" Vs Off-site HTTP Requests?

Dec 5, 2006

this may be more of an "html" issue, but I'll wing it.

i've got a multi-language site, where the home-page of each language group
features a link to a popup window that offers background info on site
management. the popup is fired by a javascript function, when they click
the site management link. there's also a "window close" function button so
they can nuke it as they please.

now, oddly, people who search for my site in the chinese language on google,
are sent directly to the site management popup window, which of course,
opens in their "full" browser window, and which also has no links back to
the main site, because it's meant to open only as an "accessory" to the main
site.

my question is this: is there any way, with Javascript, that I could
determine if they arrived at this window from "off-site" (ie, a google
search), and therefore offer such "off-site" visitors a link back to the
principal site, a link that would be hidden for visitors who clicked the
popup window from my own site?

View 2 Replies View Related

Posting Data From A Form On My Site To A Form On Someone Else's Site:

Feb 25, 2006

Basically, I registered for a free board at one of the various sites because my server doesn't support .cgi scripts. I want to know if there is a way to have the data from a form on my site post to the board site -A user would fill in my form, click submit, and a new post would appear on the board site -as if they had entered it there.
If you can point me in the right direction, I would be grateful. Here is my thinking.

A) I can't locate the script that they use to perform a "submit"; so I thought I might enter their <head> data (as far as xmlns, href, etc) in my <head>; that my website might call up their script files, css sheets, etc.

B)I could code my own Javascript function to send my form data to their site. If I knew how to simulate a mouseclick on someone else's site, I could have the script "click" there, paste the data, and hit the submit button. But I don't.

C) I could size their site down to the form itself and put it in a frame on my page

Option C is clearly easier, but I would prefer option A or B. I have time and will happily do the research myself; provided that I know if approach A or B is even feasible.

View 1 Replies View Related

IE 7: Info Bar...

Nov 8, 2006

how do I get rid of info bar? I mean yellow bar at top that appears
whenever I load a pg that contains JavaScript code.. I have to "click
here" on bar, then when I do that I have to click "ok" in an alert, this
every time I load a pg with JavaScript code in it, it's a huge pain...
I'm a developer, am testing stuff all day long...

how do you get rid of this bar? this is on IE 7, but before that was on
IE6 and it was doing the same thing (am on XP, at home am on 2000/IE6,
IE doesn't do that at home..)

View 2 Replies View Related

Pop Up Info Box Within Table

Jun 14, 2010

I'm experimenting with Javascript and I am making a simple site that features a grid of images and when you mouseover (I'll probably change this to mousedown) a pop-up box appears to the right with some info.This works fine when not bound within a table, but as soon as the content is in a table it refuses to move to where the link is. At the bottom of the code is an example of it outside of a table which works fine. I just would really like it to work in a table because of the more rigid structure I get from that, the content is always evenly distributed across the page, no big empty spaces. I also am deliberately trying to make the grid work for all different resolutions which is why every width/height is a %, and am hoping it can work this way too.

View 3 Replies View Related

Passing Info From One Page To Another

Aug 7, 2006

I've been Googling & can't find a consistent cross-browser (IE & Firefox) answer to this...

I need to pass some data from inside an iframe, to the parent page

I've got the parent page PAGE1.HTM which contains:

<div ID="mydata"></div>
:
<iframe src="page2.htm"></iframe>

And, inside PAGE2.HTM I will set mydata to a hard string. But in page2.htm do I do

var parent.document.mydata.innerHTML = "my data here'

or

var window.parent.document.all.mydata.innerHTML = "my data here"

or something else...??? to be cross-browser compatible (IE and Firefox mainly).

View 1 Replies View Related

Saving Info Offline

Jul 20, 2005

I've got an online system which I'm interested in making available
offline - i.e. letting the user download certain HTML forms, fill them
out offline, then the next time he logs into the site, sending all the
data he filled out to the system. However, I can't seem to come up
with a good way to do this. I thought of using cookies (that'd be
great, since the system could detect them automatically), but it seems
I can't set cookies for my server offline; it has to be from a page on
the server itself. And from what I can tell, JavaScript doesn't have
the capability to write files on a local system either. Does anyone
have any ideas about how to go about this using JavaScript?

View 1 Replies View Related

Pass Info To Another Website

Jul 20, 2005

How do i pass info into another website which is not mine into a popup
window.

View 2 Replies View Related

JQuery :: Getting Info Out Of SOAP?

Feb 22, 2011

I'm using an web service to retrieve information from it. I got an working plugin from here and when i push a simple button I get the information in a string.

But, now i need certain things to be shown but can't find the way how. So when i got an success function(data) i want to retrieve the info from (data). When i try some ajax coding like:

var strInfo = $(this).find("Code").Text(); When i alert the content in a string, i get absolutely nothing!

View 2 Replies View Related

Getting Href Info Dynamically?

Dec 4, 2009

how can I get the href info dynamically

I have 2 different webistes, just want to show those website urls dynamically

<html>
<body>
<a href="http://www.yahoo.com" target="_blank">YAHOO</a>
<a href="http://www.Google.com" target="_blank">Google</a>

[Code].....

View 2 Replies View Related

How To Extract Info From Textbox

Dec 14, 2009

I currently have a asp.NET page which has a textbox with the ID: "txtbox1". I would like javascript to store the data entered into txtbox1 into a var. I have tried using:
var jVarName;
jVarName = '<%#aVarName%>';
but so far it hasnt worked.

View 6 Replies View Related

Calling Div Info On Click?

Mar 1, 2011

Im trying to create a video gallery, with thumbnails below a main content div, which when clicked display the relevant video in the said div. This isn't a problem and I have managed to do this... However, I also need to display descriptive text (different for every video) in a seperate div, and the first video also needs to autoplay when the page is loaded (rather than waiting until the user requests a video by clicking a thumbnail)I've made an example of where Im at so far and its viewable here...

[URL]

The div 'a few lines of info about vid here' is currently just static but this is what i need to change each time a different video is requested by the user I will be using .movs but I've embedded youtube for now although I don't think that makes any difference. Im presuming it will be a case of having text that is hidden until the thumbnail is clicked...?

View 4 Replies View Related

Get Last Info Of A User Agent?

Nov 1, 2011

what regular expression do i have to use to get the 2 last elements of a user agent? eg in firefox how can i get :

Mozilla/5.0 (X11; Linux i686; rv:7.0.1) Gecko/20100101 Firefox/7.0.1

Firefox
&
7.01
?

View 2 Replies View Related

Need Info About Creating Web Crawler?

Sep 15, 2010

Is any body here know/have information about creating a web crawler in Java Script?

View 1 Replies View Related

Convert XML Info To An Array?

Oct 24, 2009

Here is what I have. I am needing to get elements from my xml file and change them to an array.

The quotes from the xml need to go into

var arrQuote=new Array()

and the authors need to go into

var arrAuth=new Array();

var linkArray = [];
function init(){
var xmlDoc = "";
window.ActiveXObject ? xmlDoc = new ActiveXObject("Microsoft.XMLDOM")

[Code].....

View 4 Replies View Related

Info Needed On Using JS To Manipulate CSS

Apr 24, 2004

I'm starting to focus my attention on using javascript more (initially in conjunction with css) and would like to know which version of JavaScript introduced functions such as getElementByID() and such. Recommendations for good books/sites would also be appreciated. I also would like to hear where I can find good tutorials and examples of using JS to interact with CSS. One thing I am playing on playing with is using CSS/JS with forms to help users fill in required info. Hoping to make it even more obvious the famous little red asterisks by each form field.

View 6 Replies View Related

Setting Right Cookie Info

Mar 25, 2006

how to set cookie with some info about that --> is this user voted in pool or not... maybe someone can write a simple script for that if it's not too hard.. it would be very nice.

View 2 Replies View Related

Finding Info In Textareas?

Feb 18, 2010

I am trying to read something like the following in a textarea

Code:
|Note|Dur:4th|Pos:n1
|Note|Dur:4th|Pos:n-3
|Note|Dur:4th|Pos:n0
|Note|Dur:4th|Pos:#2
|Note|Dur:4th|Pos:n3
|Note|Dur:4th|Pos:n-2
|Note|Dur:4th|Pos:#-2

There are other types of records but I am only interested in the ones which start with "|Note|". The field after "Pos:" will be compared to members of:

Code:
var offsets = [ "n-6", "#-6", "n-5", "#-5", "n-4", "n-3", ... ]

If there are other fields after Pos:, there will be a "|" or "!" instead of the end of the line.

I was able to run the split(" ") command against the textarea to break it into separate lines, but I couldn't search those lines.

View 5 Replies View Related

If Class Is Get The Info From XML Or Json

Nov 29, 2010

I am currently working on a project that requires pretty large bits of jQuery (atleast for me) and once I get this function working I can solve more required functions but I have problems getting this to work. Basically what im trying to do is, when a link is clicked (within a certain div) it reads out the class of that link and searches within XML or JSON for the title and then finds the description within that record.

View 1 Replies View Related

Passing Info To Text Box

Oct 20, 2009

I am having some issues passing information to a text box in a form. Basically, right now, when a date on the calendar is selected, the date is printed in the <div id="date"> field. however i want to put this value in the form text box instead. I've tried document.getElementsByName('date') or getElementById('date') and get either a "Object HTMLDivElement" or "Object NodeName" in the text box.

[Code]...

View 13 Replies View Related

Document.referer Or Visitor Info

Apr 25, 2006

I build a website who can monitor other website's visitors and build
some reports.

I use PHP/MySQL and Javascript.

I am stucked at the point when I have to get the page where the visitor
came from and also the keywords, if the visit was referred by a search
engine.

The second task I kinda have it done IF i will get the referrer string.

I get always 'undefined' or current website's address.

I use a .js file to get the screen resolutions, color, cpu etc.

I have tested it both online and offline.

View 2 Replies View Related

Javascript Info Popup On Highlight

Dec 17, 2006

I've seen this effect on other sites, but I don't know how to do
it. What I'm trying to do is enable the user to highlight a portion of
text on a webpage, then click an "edit" button and a little window will
popup with that highlighted text in an editable mode (or it could be
the entire paragraph tag that the highlighted text sits in). Then I
want them to be able to edit the text however they want, click a "save"
button, and the text updates within the webpage. I know how to do the
last part of this, but I don't know how to make the popup window work
and include the highlighted text.

Just a little background on this project: What I ultimately want to be
able to do is let the website's owner be able to update the contents of
her site whenever she wishes. This is what she wants because she
doesn't know html and doesn't want to learn it. She also doesn't want
to learn dreamweaver or any other wysiwyg editor. I would almost guess
that a similar project exists out there already, maybe not using
javascript, but I haven't been able to find it. Code:

View 2 Replies View Related

JQuery :: Add Info To Div Without Rewriting HTML?

Feb 16, 2010

I'm working on [URL] We do every 5 seconds an Asynchronious XML-TTPRequest. The result of this request is displayed in the div messages. The newest results must be displayed at the top of the page.The code that we now have is:

var oldmessages = $("#messages").html();
$("#messages").html(ajaxreply + oldmessages);

If we use this, JQuery is rewriting the HTML into the div and a new request to the images is made. Otherwise if we use .before(), the messages are written outside the div messages. Is there a solution to write the ajaxresponse at the top of the div and after the ajaxresponse the old data without rewriting the HTML?

View 1 Replies View Related

JQuery :: Info After Ampersand Gets Truncated.

Aug 3, 2009

I have a form that has a text area to send data to a mysql database. the problem is when you type contents into the textarea and the contents happens to have an ampersand, everything after and including the ampersand gets truncated. I'm using ajax to store values from the form into MySQL

View 4 Replies View Related







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