please post your code,
your code will help me and others following this thread undersand
Why not use this one?
please post your code,
your code will help me and others following this thread undersand
Why not use this one?
Last edited by student101; 03-04-2010 at 07:25 AM.
ASCII stupid question, get a stupid ANSI!
Beta is Latin for still doesn’t work.
Mac users swear by their Mac, PC users swear at their PC.Keyboard not found...Press any key to continue.
I have no code to show. Please see;
1) Script Title: gAjax RSS Pausing Scroller (hosted)
2) Script URL (on DD): http://www.dynamicdrive.com/dynamici...sescroller.htm
This is the only code. Can you show me a way to remove a current rss feed and replace it with a new one?
You seem to stalled on how I will use such a method and I'm asking for a method. Show me a way in the js code to do what I need and I'll show you how I intend to use the method. This was and still is my original request.
It'd be nice to have someone from DD chiming in on this...
Last edited by student101; 03-04-2010 at 12:16 PM.
ASCII stupid question, get a stupid ANSI!
Beta is Latin for still doesn’t work.
Mac users swear by their Mac, PC users swear at their PC.Keyboard not found...Press any key to continue.
I can't help getting the feeling I'm being punked!
First off, No! I stated I need help modding the js script for the gAjax RSS Pausing Scroller (hosted)... see my first post!
Second, No again!, You've sent me off on wild goose chases that have nothing to do with what I need and am asking for.
I'm not sure why your posting if you can't help answer my original call for help.
So to satisfy your undying need to see how I'm doing this from a popup here is a slice for my form popupmenu html. In contains a link to an rss feed from moreover.
<option value="http://p.moreover.com/page?dh\x3dearliest\x26wiz\x3d2390512\x26o\x3drss002\x26c\x3d3G%20and%20GPRS%20news\x26relf\x3d2\x26r\x3d1|2|3\x26_\x3d1267412096371">3G & GPRS News</option>
Now if I had a way using the js to kill, delete, remove, clear, zap, destroy, undo, quit, flush, eliminate, or any other description the current feed and replace it with a new feed url then we're in business.
Like I said you need to learn to read,
I've posted the answer previously, you need to do some work and stop expecting people to just give you the code that was already previously posted.
If you can't read this; then I'm really out!
Code:<html> <head> <script type="text/javascript"> function changeText() { var x=document.getElementById("mySelect"); // replace it with a new feed url... x.options[x.selectedIndex].text="RSS feed 5"; } </script> </head> <body> <form> Select your favorite fruit: <select id="mySelect"> <option>RSS feed 1</option> <option>RSS feed 2</option> <option>RSS feed 3</option> <option>RSS feed 4</option> </select> <br /><br /> <input type="button" onclick="changeText()" value="Set text of selected option"> </form> </body> </html>By the way;
What you posted isn't a RSS feed!
You already have this functionality why you keep asking?
Last edited by student101; 03-04-2010 at 06:19 PM. Reason: needy person!
ASCII stupid question, get a stupid ANSI!
Beta is Latin for still doesn’t work.
Mac users swear by their Mac, PC users swear at their PC.Keyboard not found...Press any key to continue.
Your fixated on the friggin' popup! STOP!
What you posted is what I already have!
What I need help with is the GOD DAMN js code that doesn't allow the substitution of an rss feed. How many times do I need to say that!
I you bothered to look at the example I'm looking for help with you'd see that it uses Google RSS API and that URL i gave IS AN RSS FEED FROM MOREOVER!
Your not helping and you're only mudding the water.. I'm sure everyone viewing this thread is enjoying this though...
only mentioned a popup as a non ajax way.
You haven't posted any google API feed except for DD code.Originally Posted by aztech4mac
I have given the answer to what you asked;Originally Posted by aztech4mac
You're confused and moreover isn't your site.Originally Posted by aztech4mac
If anyone viewing this thread saw what I posted wasn't of worth!!! they wouldv'e fixed that straight away - like I say
The question has been answered to the best of my ability based on the "weak" question posted.
Let me ask;
what exactly do you want to CHANGE, post the EXACT code you want changed!
I would like to change the text in brackets from
Bob to John
(Bob) will ask the question.
With the code I posted will now become
(John) will ask the question.
ASCII stupid question, get a stupid ANSI!
Beta is Latin for still doesn’t work.
Mac users swear by their Mac, PC users swear at their PC.Keyboard not found...Press any key to continue.
You accuse me of not reading what your saying, but in fact you are not reading what I'm saying. You never have since my first post. You obviously have not looked at the example that I asking for help with. If you did you would not be making the statements and assumptions you are stating in this thread.
If you can't look at the example and read what is on that page, please don't post any more. There are two js external files that I need modded... that's it. Look or don't post!
My god man don't be so anxious to reply and investigate the example or stay out of it.
You haven't specifically stated what you want changed, you ask for something but for what?
You want the js files changed...
Which one? gfeedfetcher.js OR gajaxscroller.js
Where in the js file (what line or what code) do you want your proposed change?
Be more specific and you may get your answer.
ASCII stupid question, get a stupid ANSI!
Beta is Latin for still doesn’t work.
Mac users swear by their Mac, PC users swear at their PC.Keyboard not found...Press any key to continue.
I can't tell you which one but I'm assuming gfeedfetcher.js, but possibly both need changing. I've stated at least a dozen times that the code as is does not allow a current rss feed to be flushed and replaced with a new rss feed. There is a function to ADD an rss feed which combines the current feed with the new one, but this is not what I want. The old feed needs to be removed first then a new one added.
I can't say it more clearly than I need a way to remove an existing rss feed and replace with a new rss feed. I'd be able to do this if I was more adept in js, but I'm not. I can't point you to any specific function in either of the files and I suspect a new function must be added to accomplish what I'm looking for.
I appreciate you looking at the example page and I hope you see how this is working. That url is a moreover news feed this is intended to work with the Google rss api as the example instructions explain. If you're going to help focus on the two js files only. That's where I need the help.
Bookmarks