Re: [Proto-Scripty] Ajax.Update back to previous page

2010-01-22 Thread Hariz Soleminio
use window.location From: bill will...@techservsys.com To: prototype-scriptaculous@googlegroups.com Sent: Friday, January 22, 2010 8:19:13 Subject: Re: [Proto-Scripty] Ajax.Update back to previous page On 1/22/2010 7:24 AM, Noppanit wrote: Hi everybody, I

Re: [Proto-Scripty] Re: pMask: a tool to mask input data

2010-03-09 Thread Hariz Soleminio
COOLLL!!!... Thanx men more power From: buda www...@pochta.ru To: Prototype script.aculo.us prototype-scriptaculous@googlegroups.com Sent: Wednesday, March 10, 2010 4:31:07 Subject: [Proto-Scripty] Re: pMask: a tool to mask input data good work! thanks

Re: [Proto-Scripty] -[Accordion]-...

2010-03-29 Thread Hariz Soleminio
){return elm.visible();}).invoke('slideUp'); this.next('div').slideDown(); }); That's all untested but it should get you nearly there. Walter On Mar 28, 2010, at 7:33 PM, Hariz Soleminio wrote: Hi Guys, hmmm i've wondering if there is such an easy way to use accordion in prototype

[Proto-Scripty] reply to kuldeep

2010-04-02 Thread Hariz Soleminio
hi kuldeep, 1) Ajax implimentation of the page 2) one possible guess is they use an observer for the tags. omitting the onclick event. hi everyone, I never understood how facebook left column links eg welcome, newsfeeds and photos, how this things wont open

[Proto-Scripty] new Parsing

2010-04-07 Thread Hariz Soleminio
Hi Guys, I'll ask a stupid question of newbies like me. I have a prototype and I use firebug for the development. I keep having prototype [Break on this error] Error in parsing value for 'top'. in my console. what seems to be the problem? is it my scripting? but I think i don't have any

[Proto-Scripty] Hello....

2010-04-14 Thread Hariz Soleminio
Hi Prototype Guys, Is there a function that will return a string stating the current version of my prototype use? __ Do You Yahoo!? Tired of spam? Yahoo! Mail has the best spam protection around http://mail.yahoo.com -- You received this

[Proto-Scripty] outside the IFRAME

2010-04-30 Thread Hariz Soleminio
Hello, Is this possible I inserted an IFRAME in a page. the i frame i inserted contains HTML with protoype/javascript codes. below is the javascript code Event.observe(document, 'keyup', keyupcheck, false); im observing the window in any keyup events. however it only works within the iframe

[Proto-Scripty] overflow:hidden DIV Scrolling

2010-05-06 Thread Hariz Soleminio
Hi Guys, I'm having hard time googling the DIV scrollto. its like a DIV that's scrolls when I click something. I did find some code snippets for prototype and scriptacolous. However the image and text flickers or distorts when I hit the event for sliding. Do you have any in mind that could

[Proto-Scripty] .innerHTML Undefined form name error

2010-07-12 Thread Hariz Soleminio
Hi, I would like to ask about using innerHTML in forms. I use it to change form every time the user change the form by select box. When I post it in other page using Firefox i keep having error : Notice: Undefined index: nameofform in C:\page.php on line 3 but it works well in IE. what

Re: [Proto-Scripty] Re: $ function and IE

2011-08-31 Thread Hariz Soleminio
netinik.com From: Jason jwestbr...@gmail.com To: Prototype script.aculo.us prototype-scriptaculous@googlegroups.com Sent: Thursday, September 1, 2011 4:07 AM Subject: [Proto-Scripty] Re: $ function and IE I actually user logic to solve your problem