In Yahoo mail, I click the Inbox link and see my messages. If I view
source, I don't have HTML which contains the URL of each message. The
source HTML contains javascripting and framesets. This is different from
what I am seeing.
If I right click on a message link and select "copy shortcut", I can paste
this link into my browser. This brings me to my message. If I view source,
once again, it is javascript and framesets. How do I get at the HTML that
is making all the tables and contains the images I'm seeing?
Accessing IE DOM is a possibility but won't that just give me access to the
javascripting and framsets since that is all the client has (remember what
is seen in view souce)? I know the HTML has to be accessible somehow.
Otherise, you wouldn't see it...right?
Not sure whether this is possible but what i want is to add an "Send To A Friend" button, but i want the button to send an email to an address (Specified by user) from my personal Hotmail or Yahoo account instead of starting the users default email client.
This is a more compact view of the "open ad" code on yahoo.
<pre> <script language=javascript> // these are the two links for opening and closing the ad var lnk1='<a href="#" onclick="moveIt(Ƈ');return false">Open Ad</a>' var lnk2='<a href="#" onclick="moveIt(Ɔ');return false">Close Ad</a>'
// these are the contents of the table, you can put anything in here var ad1='CLOSED STATE' var ad2='OPEN STATE'
// this function actually moves the DIV size function moveIt(status) { var tout=0; if(status == Ƈ') { lnkdiv.innerHTML=lnk2; adstate.innerHTML=ad2; if (document.all.addiv.style.pixelHeight<250) { document.all.addiv.style.pixelHeight=document.all.addiv.style.pixelHeight+5; tout=setTimeout('moveIt('+status+')',1); }
I'm building a web site ala autos.yahoo.com on servicos.mpl.pt/comparador/css1.php I have a sidebar with filtering options grouped in an accordion. The accordion panels get populated via jquery like:
Yahoo mail uses a button that has two functions. If you click on the major portion it will launch your search. If you click on the image that is on the right of the button ( a triangle pointing downward) it will popup a little div menu.
If you've played around with Yahoo's new Beat email interface you'll notice that they now have adjustable columns to reveal the from, subject, date, size information. This is also found in Outlook and all windows OS. Placing your cursor between two columns allows you to move a column left or right to reveal content of each row.
Does anyone know how this is done? I have not seen it anywhere else on the internet, but in Yahoo's beta email.
There are tons of lightbox apps out there, but none that I could find that use YUI. I'm sure there are lots of developers out there already using YUI and don't want to have to use another library such as jQuery to get lightbox functionality. I have two demos available from the link below and you can download a zip file of the complete application including the YUI files needed.
Supports 3 modes (LightBox, Overlay and Remote), but many many more configurations...
how the yahoo ad serving script can be used to serve up ads up using JavaScript that isn't inline? I've attempted several things but it just seems like its impossible to do. Essentially, I would like to swap out a new round of ads per AJAX request. Any ideas? I've created a more friendly user interface for a site I'm working on but the thing is that the ads need to change every request since page refreshes are being eliminated. Otherwise, only a single impression may be tracked even though someone has visited essentially 100 pages, which is no good for the ad business.
Also, has anyone had success finding a way to delay the yield manager until the page has fully loaded? Sometimes the yahoo yield manager can take 10+ seconds resulting in a poor user experience and slow load time. Any ideas for that? Essentially, it would be nice to fully load the page than request the ads without using obtrusive JavaScript which seems to be the only way yahoo knows to do things.
Is it possible to submit multiple links all at the same time using Javascript? I check all over the web and can't find any examples anywhere.
I would like to click on a button and submit to google, yahoo, msn, etc all at the same time. Like someone physically click on [url], [url], [url], so on.
how to hide all toolbars like yahoo,google etc onLoad. Actually window.open function cannot be taken into.I need the toolbars to be hidden in the beginning.
Is it possible to submit multiple links all at the same time using Javascript? I check all over the web and can't find any examples anywhere.
I would like to click on a button and submit to google, yahoo, msn, etc all at the same time. Like someone physically click on [url], [url], [url], so on.
I'd like to write a HTML page which can help me directly log in my Yahoo!mail or Gmail account without typing user name and password. Basically, I want to set up a link, click it and pop up the Yahoo/Gmail page.
What technology is most appropriate for this kind of work?
My current solution is not so satisfying: I download Yahoo!Mail page and save it to local file; then using Javascript to load that file and set up user name, password, submit it to Yahoo.
This works with Yahoo, but not Gmail. I haven't got time to investigate why.
The thing I hate about this solution is: for every email provider, I need to download their page and write corresponding page to access/modify it.
I need to build a Tabbed panel similar to yahoo mail (latest version). Means whenever I click on the link the page should be open in new tab, with closing button. Is there any jQuery plugin which provides same functionality.
I've put together a function for screen scraping, just to see if I could do it. Basically, this gets a stock quote from Yahoo! and displays it. It works with no issues in IE7. FF and Chrome, however, it does not work. It will not display anything. Error Console is not returning any errors, and I'm a total novice when it comes to troubleshooting with FireBug.
[Code]....
I'm sure it's something simple, something I've overlooked. I'm beginning to think it might be with the trenary conditional setting the method.
I want to have a script to open a popup on the right bottom of thescreen(like hotmail or yahoo).
I want to write a function that checkes every 10 seconds, if there are new messenges from a database , if CurrCount < NewCount , the check will be made. Can anyone point me in the right direction?
would like to have a form like this one where a user cannot enter gmail, yahoo or hotmail addresses in the email filed.Have managed to make it work using this code:
It seems like determining element position in a web page is a difficult task. In the position reporting source code I've looked at there are special fixes for at least some versions of Safari and Opera. I am doing a lot of dragdrop experimentation and in some situations need a position reporting function. The function doesn't need to report the positions of exotic elements like images in button elements; however, I would like a position reporting function that can at least handle combinations of scrollable elements and tables....
I'm trying to retrieve some data trough yahoo pipes, but it always returns null. However if i go to my yahoo pipe's site and i launch it, the pipe works perfectly.[code]
Looks at each paragraph and converts youtube and yahoo video links to embedded players.Example
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html xmlns="http://www.w3.org/1999/xhtml">
I ran in to a strange problem with a client who uses Yahoo hosting. The web site uses AJAX (jquery, php, javascript). There is no problem viewing the site using IE8, Firefox on a Windows 7 computer. On an XP computer the site worked fine in IE, but not in Firefox. The site never worked properly using Chrome or Safari.
I tried jquery 1.3.2 and 1.4.2 but got the same results.
I use this same combination (jquery, php, javascript) on other web hosts and don't have these problems.
I know that Yahoo hosting injects tracking code in the web pages it serves for the sites it hosts (at least for my client). I think this could be the source of the problem.
When I removed jquery (I was only using the load function anyway) and used my own code- the problem disappeared. The site now works in all browsers.
I'm picking apart the Yahoo! UI event.js library and stripping it down to just what I need. I'm also trying to make the parts I use better. I'm stumped on how to fix the code for the getPageX() method. This method is supposed to give the same value in IE as other browsers for the event position relative to the left of the page. This value will be greater than the position relative to the left of the browser if the browser is scrolled to the right. What would be the appropriate feature detection to use for the conditional in the following line?
I'm building a webpage using javascript and iframes. Basically I have an iframe in the middle of the index.html page that links to another html page (let's call it iframe.html). My question is, is it possible to call a javascript function from iframe.html to control an object on index.html? If so, how do I do this? I'd like to be able to assign an image in iframe.html with the hyperlink of href="javascript:function()", where the function effects the CSS of a div on index.html.
I have a web site which main page is index2.html I need a script that when I refresh the page it takes me to index3.html or index#.html in a random fashion. the list of index numbers is 10 so far.