Scroll unit and Map View together ??

Is there a way to get these both tabs working on one site?
If i create an event in the Scroll Unit i can also write an adress in the Lightbox. I want that he saves the new event “AND” also show me the adress in the Map View.

To understand what i mean you can see it here:

scheffel-kommunikation.com/s … s/new.html

Thanks for any ideas

Now he writes in both tables. But when i load the events

scheduler.init('scheduler_here',new Date(2011,9,1),"unit");
scheduler.load("php/types.php");
scheduler.load("php/events_map_view.php");

i load them 2 times. Is there a way to load “types.php” just when i click on “Techniker-Tab” and “events_map_view.php” just when i click on “Google Map-Tab” ?
I’m really new in PHP :frowning:

Are those different sets of events, or the same events just with different extra fields ?

Scroll Unit (Table: tevents)

event_id	 
event_name	 
start_date	 
end_date	 
type

Map View (Table: events_map)

event_id	 
event_name	 
start_date	 
end_date	 
details	 
event_location	 
lat	 
lng

Ah … i think i misunderstood you … the event is the same! My problem is the extra field “event_location” because i have to write an adress of the event.

Thank you