Search found 9 matches

by mosherben
Tue Jul 05, 2005 8:16 am
Forum: Graphics design
Topic: What Graphics app do you use..??
Replies: 44
Views: 25230

I use paint shop pro 8.
by mosherben
Tue Jul 05, 2005 8:14 am
Forum: Everything else
Topic: You're In Trouble...........
Replies: 20
Views: 8269

"...Your secretary tells you the FBI is on line 1, the DA is on line 2, and CBS is on line 3. " - That one crackes me up.
by mosherben
Tue Jul 05, 2005 8:09 am
Forum: Everything else
Topic: What is your "stuff" making program?
Replies: 16
Views: 6640

I use Frontpage for HTML pages, and for perl i use notepad. :)
by mosherben
Tue Jul 05, 2005 8:05 am
Forum: Music
Topic: What are you Listening to right now?
Replies: 143
Views: 96746

Snow Patrol- Run
by mosherben
Tue Jul 05, 2005 8:03 am
Forum: Music
Topic: LINKIN PARK or BOWLING FOR SOUP?
Replies: 34
Views: 17909

LP is good, but like many ppl say anything after Hybrid Theory sounds the same.

Only song I have is "Girl all the bad guys want" by Bowling for Soup. Has anyone any recommendations of other songs?
by mosherben
Tue Jul 05, 2005 7:59 am
Forum: Movies
Topic: lengthy movies
Replies: 11
Views: 6146

I didnt really notice it was 3 hours in the first and last one, but for the 2nd one it seemed really long when I watched it.
by mosherben
Tue Jul 05, 2005 7:55 am
Forum: Movies
Topic: Fear and loathing in las vegas
Replies: 8
Views: 5626

haha yea Fear and Loathing is good.
by mosherben
Tue Jul 05, 2005 7:52 am
Forum: Javascript (NodeJS, Angular, ReactJS, VueJS, etc)
Topic: Break Frames
Replies: 3
Views: 3256

or for any links just change the target to _top.

eg. <a href="url" target="_top">
by mosherben
Tue Jul 05, 2005 7:46 am
Forum: Javascript (NodeJS, Angular, ReactJS, VueJS, etc)
Topic: script no **** right !
Replies: 35
Views: 20561

medwebinc wrote:what I meant with remove frames was to reload the **** without the frames.

should be something like
when open->
window.reload(self)

or whatever sintax it has in javascript

Code: Select all

<a href="url" target="_top">

This would break any frames.